Searched defs:CLKF_PC (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/sys/arch/alpha/include/
H A Dcpu.h313 #define CLKF_PC(framep) ((framep)->cf_tf.tf_regs[FRAME_PC]) macro
/openbsd-current/sys/arch/sh/include/
H A Dcpu.h107 #define CLKF_PC(cf) ((cf)->spc) macro
/openbsd-current/sys/arch/riscv64/include/
H A Dcpu.h63 #define CLKF_PC(frame) (frame->tf_sepc) macro
/openbsd-current/sys/arch/powerpc64/include/
H A Dcpu.h166 #define CLKF_PC(frame) (frame->srr0) macro
/openbsd-current/sys/arch/arm64/include/
H A Dcpu.h91 #define CLKF_PC(frame) (frame->tf_elr) macro
/openbsd-current/sys/arch/arm/include/
H A Dcpu.h124 #define CLKF_PC(frame) (frame->if_pc) macro
/openbsd-current/sys/arch/sparc64/include/
H A Dcpu.h285 #define CLKF_PC(framep) ((framep)->t.tf_pc) macro
/openbsd-current/sys/arch/m88k/include/
H A Dcpu.h269 #define CLKF_PC(framep) ((framep)->tf.tf_sxip & XIP_ADDR) macro
/openbsd-current/sys/arch/powerpc/include/
H A Dcpu.h157 #define CLKF_PC(frame) ((frame)->srr0) macro
/openbsd-current/sys/arch/hppa/include/
H A Dcpu.h229 #define CLKF_PC(framep) ((framep)->tf_iioq_head) macro
/openbsd-current/sys/arch/i386/include/
H A Dcpu.h285 #define CLKF_PC(frame) ((frame)->if_eip) macro
/openbsd-current/sys/arch/mips64/include/
H A Dcpu.h280 #define CLKF_PC(framep) ((framep)->pc) macro
/openbsd-current/sys/arch/amd64/include/
H A Dcpu.h371 #define CLKF_PC(frame) ((frame)->if_rip) macro

Completed in 190 milliseconds