Lines Matching defs:framep
346 #define CLKF_USERMODE(framep) (((framep)->t.tf_tstate & TSTATE_PRIV) == 0)
347 #define CLKF_PC(framep) ((framep)->t.tf_pc)
349 #define CLKF_INTR(framep) \
350 ((!CLKF_USERMODE(framep))&& \
351 (((framep)->t.tf_out[6] & 1 ) ? \
352 (((vaddr_t)(framep)->t.tf_out[6] < \
354 ((vaddr_t)(framep)->t.tf_out[6] > \
356 (((vaddr_t)(framep)->t.tf_out[6] < \
358 ((vaddr_t)(framep)->t.tf_out[6] > \