Searched refs:opte (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dexit.c48 static int opte = 0; variable
70 opte = 1;
117 if (opte)
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dtrivial.c97 static bool opte = false; variable
146 opte = true;
147 debug("opte = %s\n", opte? "true": "false");
H A Dlmbench_bw_file_rd.c222 debug("opti = %s\n", opte? "true": "false");
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_internal.h975 pt_entry_t npte, opte; local
977 opte = *mptep;
978 if (__improbable(opte == 0)) {
982 npte = opte & ~(pclear_bits);
984 } while (!pmap_cmpx_pte(mptep, opte, npte));
H A Dpmap_x86_common.c598 pt_entry_t npte, opte;; local
600 opte = *pte;
601 npte = template | (opte & (INTEL_PTE_REF | INTEL_PTE_MOD));
602 } while (!pmap_cmpx_pte(pte, opte, npte));
H A Dpmap.c2363 pt_entry_t *opte, *npte; local
2369 opte = pmap_pte(kernel_pmap, (vm_map_offset_t)kernel_commpage);
2370 if (0 == opte)
2372 pte = *opte | INTEL_PTE_USER|INTEL_PTE_GLOBAL;

Completed in 26 milliseconds