Searched refs:PMC_TRAPFRAME_TO_FP (Results 1 - 11 of 11) 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/dev/hwpmc/
H A Dhwpmc_arm.c95 fp = PMC_TRAPFRAME_TO_FP(tf);
142 oldfp = fp = PMC_TRAPFRAME_TO_FP(tf);
H A Dhwpmc_arm64_md.c81 fp = PMC_TRAPFRAME_TO_FP(tf);
128 oldfp = fp = PMC_TRAPFRAME_TO_FP(tf);
H A Dhwpmc_powerpc.c64 sp = (uintptr_t *)PMC_TRAPFRAME_TO_FP(tf);
213 sp = (uintptr_t *)PMC_TRAPFRAME_TO_FP(tf);
H A Dhwpmc_x86.c88 oldfp = fp = PMC_TRAPFRAME_TO_FP(tf);
170 fp = PMC_TRAPFRAME_TO_FP(tf);
/freebsd-11-stable/sys/powerpc/include/
H A Dpmc_mdep.h85 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->fixreg[1]) 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/i386/include/
H A Dpmc_mdep.h119 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->tf_ebp) macro

Completed in 77 milliseconds