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

/openbsd-current/sys/arch/hppa/include/
H A Dpte.h46 #define TLB_EXECUTE 0x02000000 macro
55 #define TLB_AR_RX TLB_READ|TLB_EXECUTE
56 #define TLB_AR_RWX TLB_READ|TLB_WRITE|TLB_EXECUTE
/openbsd-current/sys/arch/hppa/hppa/
H A Dpmap.c321 if (pte & PTE_PROT(TLB_EXECUTE)) {
H A Dmachdep.c820 if ((prot & TLB_EXECUTE) == 0)

Completed in 81 milliseconds