Home
last modified time | relevance | path

Searched defs:fsr (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/arm/arm/
H A Dtrap-v6.c217 abort_imprecise(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode) in abort_imprecise()
249 abort_debug(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode, in abort_debug()
284 uint32_t fsr; in abort_handler() local
559 abort_fatal(struct trapframe *tf, u_int idx, u_int fsr, u_int far, in abort_fatal()
635 abort_align(struct trapframe *tf, u_int idx, u_int fsr, u_int far, in abort_align()
672 abort_icache(struct trapframe *tf, u_int idx, u_int fsr, u_int far, in abort_icache()
H A Dpmap-v6.c6405 pmap_fault(pmap_t pmap, vm_offset_t far, uint32_t fsr, int idx, bool usermode) in pmap_fault()
/f-stack/freebsd/mips/include/
H A Dframe.h138 register_t fsr; member
/f-stack/freebsd/arm/include/
H A Darmreg.h414 #define FSR_TO_FAULT(fsr) (((fsr) & 0xF) | \ argument