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

/freebsd-11-stable/sys/sparc64/include/
H A Dpmc_mdep.h22 #define PMC_TRAPFRAME_TO_PC(TF) (0) /* Stubs */ macro
/freebsd-11-stable/sys/arm64/include/
H A Dpmc_mdep.h57 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_lr) macro
/freebsd-11-stable/sys/riscv/include/
H A Dpmc_mdep.h55 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_ra) macro
/freebsd-11-stable/sys/arm/include/
H A Dpmc_mdep.h63 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_pc) macro
/freebsd-11-stable/sys/mips/include/
H A Dpmc_mdep.h57 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->pc) macro
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_arm.c87 pc = PMC_TRAPFRAME_TO_PC(tf);
136 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_powerpc.c63 cc[frames++] = PMC_TRAPFRAME_TO_PC(tf);
212 cc[frames++] = PMC_TRAPFRAME_TO_PC(tf);
H A Dhwpmc_x86.c87 pc = PMC_TRAPFRAME_TO_PC(tf);
169 pc = PMC_TRAPFRAME_TO_PC(tf);
H A Dhwpmc_mod.c4154 ps->ps_pc[0] = PMC_TRAPFRAME_TO_PC(tf);
/freebsd-11-stable/sys/powerpc/include/
H A Dpmc_mdep.h84 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->srr0) macro
/freebsd-11-stable/sys/amd64/include/
H A Dpmc_mdep.h99 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_rip) macro
/freebsd-11-stable/sys/i386/include/
H A Dpmc_mdep.h118 #define PMC_TRAPFRAME_TO_PC(TF) ((TF)->tf_eip) macro

Completed in 114 milliseconds