HomeSort by: relevance | last modified time | path
    Searched defs:pae (Results 1 - 4 of 4) sorted by relevancy

  /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) {

Completed in 40 milliseconds