Searched refs:PMC_TRAPFRAME_TO_FP (Results 1 - 10 of 10) 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/dev/hwpmc/
H A Dhwpmc_arm.c97 fp = PMC_TRAPFRAME_TO_FP(tf);
144 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_x86.c90 oldfp = fp = PMC_TRAPFRAME_TO_FP(tf);
172 fp = PMC_TRAPFRAME_TO_FP(tf);
H A Dhwpmc_powerpc.c78 sp = (uintptr_t *)PMC_TRAPFRAME_TO_FP(tf);
625 sp = (uintptr_t *)PMC_TRAPFRAME_TO_FP(tf);
/freebsd-13-stable/sys/powerpc/include/
H A Dpmc_mdep.h91 #define PMC_TRAPFRAME_TO_FP(TF) ((TF)->fixreg[1]) 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

Completed in 107 milliseconds