Home
last modified time | relevance | path

Searched defs:dsisr (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/arch/powerpc/include/
H A Dtrap.h78 #define EXC_ALI_OPCODE_INDICATOR(dsisr) ((dsisr >> 10) & 0x7f) argument
84 #define EXC_ALI_RST(dsisr) ((dsisr >> 5) & 0x1f) /* source or target */ argument
85 #define EXC_ALI_RA(dsisr) (dsisr & 0x1f) argument
H A Dsignal.h62 int dsisr; member
/openbsd-src/sys/arch/powerpc64/include/
H A Dtrap.h126 #define EXC_ALI_OPCODE_INDICATOR(dsisr) ((dsisr >> 10) & 0x7f) argument
131 #define EXC_ALI_RST(dsisr) ((dsisr >> 5) & 0x1f) /* source or target */ argument
132 #define EXC_ALI_RA(dsisr) (dsisr & 0x1f) argument
H A Dframe.h56 __register_t dsisr; member
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-fallback.c267 uint32_t dsisr; member
290 uint32_t dsisr; member
H A Dlinux-unwind.h63 unsigned long dsisr; member
/openbsd-src/sys/arch/powerpc/powerpc/
H A Dpmap.c2236 pte_spill_r(u_int32_t va, u_int32_t msr, u_int32_t dsisr, int exec_fault) in pte_spill_r() argument
2287 pte_spill_v(pmap_t pm, u_int32_t va, u_int32_t dsisr, int exec_fault) in pte_spill_v() argument