Searched defs:tfp (Results 1 – 9 of 9) sorted by relevance
43 #define TRAPF_PC(tfp) ((tfp)->tf_tpc) argument44 #define TRAPF_USERMODE(tfp) (((tfp)->tf_tstate & TSTATE_PRIV) == 0) argument
547 TAGF *atfp, *tfp; in ex_tag_copy() local591 TAGF *tfp; in tagf_copy() local665 tagf_free(SCR *sp, TAGF *tfp) in tagf_free()848 TAGF *tfp; in ex_tagf_alloc() local890 TAGF *tfp; in ex_tag_free() local976 TAGF *tfp; in ctag_slist() local1030 ctag_sfile(SCR *sp, TAGF *tfp, TAGQ *tqp, char *tname) in ctag_sfile()1168 ctag_file(SCR *sp, TAGF *tfp, char *name, char **dirp, size_t *dlenp) in ctag_file()
43 #define TRAPF_PC(tfp) ((tfp)->tf_ra) argument44 #define TRAPF_USERMODE(tfp) (((tfp)->tf_sepc & (1ul << 63)) == 0) argument
27 static FILE *tfp = NULL; variable
33 static FILE *tfp = NULL; variable
48 #define TRAPF_PC(tfp) ((tfp)->tf_lr) argument49 #define TRAPF_USERMODE(tfp) (((tfp)->tf_elr & (1ul << 63)) == 0) argument
64 #define TRAPF_PC(tfp) ((tfp)->tf_pc) argument
80 struct fw_page *tfp; in insert_page() local115 struct fw_page *tfp; in find_fw_page() local
412 FILE *tfp; in TRACE() local