Searched refs:FAULT_PERM_L2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/arm/include/
H A Darmreg.h406 #define FAULT_PERM_L2 0x00F /* Permission Fault (L2) */ macro
/freebsd-13-stable/sys/arm/arm/
H A Dtrap-v6.c311 (idx == FAULT_TRAN_L2 || idx == FAULT_PERM_L2))) {
H A Dpmap-v6.c6426 if (!usermode || (idx != FAULT_ALIGN && idx != FAULT_PERM_L2)) {
6442 idx != FAULT_TRAN_L2 && idx != FAULT_PERM_L2)) {
6556 if ((fsr & FSR_WNR) && (idx == FAULT_PERM_L2)) {
6574 CTR3(KTR_PMAP, "%s: FAULT_PERM_L2 - pmap %#x far %#x",

Completed in 48 milliseconds