/src/tests/lib/libc/arch/i386/ |
exec_prot_support.c | 46 * Later, PAE was introduced together with a NX/XD bit in the page table 52 int pae; local in function:exec_prot_support 53 size_t pae_len = sizeof(pae); 55 if (sysctlbyname("machdep.pae", &pae, &pae_len, NULL, 0) == -1) 58 if (pae == 1) {
|
exec_prot_support.c | 46 * Later, PAE was introduced together with a NX/XD bit in the page table 52 int pae; local in function:exec_prot_support 53 size_t pae_len = sizeof(pae); 55 if (sysctlbyname("machdep.pae", &pae, &pae_len, NULL, 0) == -1) 58 if (pae == 1) {
|
exec_prot_support.c | 46 * Later, PAE was introduced together with a NX/XD bit in the page table 52 int pae; local in function:exec_prot_support 53 size_t pae_len = sizeof(pae); 55 if (sysctlbyname("machdep.pae", &pae, &pae_len, NULL, 0) == -1) 58 if (pae == 1) {
|
exec_prot_support.c | 46 * Later, PAE was introduced together with a NX/XD bit in the page table 52 int pae; local in function:exec_prot_support 53 size_t pae_len = sizeof(pae); 55 if (sysctlbyname("machdep.pae", &pae, &pae_len, NULL, 0) == -1) 58 if (pae == 1) {
|