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

/freebsd-13-stable/sys/riscv/include/
H A Dpmc_mdep.h56 #define PMC_TRAPFRAME_TO_FP(TF) (0) /* stub */ macro
/freebsd-13-stable/sys/arm64/include/
H A Dpmc_mdep.h58 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->tf_x[29]) macro
/freebsd-13-stable/sys/arm/include/
H A Dpmc_mdep.h62 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->tf_r11) macro
/freebsd-13-stable/sys/i386/include/
H A Dpmc_mdep.h107 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->tf_ebp) macro
/freebsd-13-stable/sys/amd64/include/
H A Dpmc_mdep.h97 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->tf_rbp) macro
/freebsd-13-stable/sys/powerpc/include/
H A Dpmc_mdep.h91 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->fixreg[1]) macro

Completed in 174 milliseconds