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

/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dpmap.h318 #define PG_X PG_AVAIL3 /* executable mapping */ macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dpmap.h242 #define PG_X 0 /* XXX dummy */ macro
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dpmap.c852 if ((opte ^ npte) & PG_X)
862 if ((opte & PG_X) && (npte & PG_X) == 0 && va == pm->pm_hiexec) {
1202 protection_codes[VM_PROT_EXECUTE] = PG_RO | PG_X; /* --x */
1204 protection_codes[VM_PROT_READ|VM_PROT_EXECUTE] = PG_RO | PG_X;/* -rx */
1206 protection_codes[VM_PROT_WRITE|VM_PROT_EXECUTE] = PG_RW | PG_X;/* w-x */
1209 protection_codes[VM_PROT_ALL] = PG_RW | PG_X; /* wrx */

Completed in 224 milliseconds