Searched defs:PMC_TRAPFRAME_TO_FP (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Dpmc_mdep.h23 #define PMC_TRAPFRAME_TO_FP(TF) (0) macro
/freebsd-11-stable/sys/arm64/include/
H A Dpmc_mdep.h58 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->tf_x[29]) macro
/freebsd-11-stable/sys/riscv/include/
H A Dpmc_mdep.h56 #define PMC_TRAPFRAME_TO_FP(TF) (0) /* stub */ macro
/freebsd-11-stable/sys/arm/include/
H A Dpmc_mdep.h64 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->tf_r11) macro
/freebsd-11-stable/sys/i386/include/
H A Dpmc_mdep.h119 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->tf_ebp) macro
/freebsd-11-stable/sys/amd64/include/
H A Dpmc_mdep.h100 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->tf_rbp) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dpmc_mdep.h85 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->fixreg[1]) macro

Completed in 179 milliseconds