Searched refs:PMC_TRAPFRAME_TO_PC (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/riscv/include/
H A Dpmc_mdep.h55 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_ra) macro
/freebsd-13-stable/sys/arm64/include/
H A Dpmc_mdep.h57 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_elr) macro
/freebsd-13-stable/sys/mips/include/
H A Dpmc_mdep.h57 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->pc) macro
/freebsd-13-stable/sys/arm/include/
H A Dpmc_mdep.h61 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_pc) macro
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_arm.c89 pc = PMC_TRAPFRAME_TO_PC(tf);
138 pc = PMC_TRAPFRAME_TO_PC(tf);
H A Dhwpmc_arm64_md.c73 pc = PMC_TRAPFRAME_TO_PC(tf);
122 pc = PMC_TRAPFRAME_TO_PC(tf);
H A Dhwpmc_x86.c89 pc = PMC_TRAPFRAME_TO_PC(tf);
171 pc = PMC_TRAPFRAME_TO_PC(tf);
H A Dhwpmc_powerpc.c77 cc[frames++] = PMC_TRAPFRAME_TO_PC(tf);
624 cc[frames++] = PMC_TRAPFRAME_TO_PC(tf);
H A Dhwpmc_mod.c4716 ps->ps_pc[0] = PMC_TRAPFRAME_TO_PC(tf);
/freebsd-13-stable/sys/powerpc/include/
H A Dpmc_mdep.h90 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->srr0) macro
/freebsd-13-stable/sys/i386/include/
H A Dpmc_mdep.h106 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_eip) macro
/freebsd-13-stable/sys/amd64/include/
H A Dpmc_mdep.h96 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_rip) macro

Completed in 159 milliseconds