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

/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_x86_common.c105 if (((nvaddr & PDPTMASK) == 0) && (num_pde - i) >= NPDEPG && cpu_64bit) {
142 if (((vaddr & PDPTMASK) == 0) && ((num_pde - i) >= NPDEPG) && cpu_64bit) {
167 if ((0 == pde) && cpu_64bit) {
227 if ((pdptnum(grand, vaddr) != npdpt) && cpu_64bit) {
260 if (!cpu_64bit)
H A Dpmap.c172 boolean_t cpu_64bit = FALSE; variable
174 const boolean_t cpu_64bit = TRUE; variable
296 if (!cpu_64bit || (m == kernel_pmap)) {
707 cpu_64bit = IA32e;
772 if (cpu_64bit) {
826 if (cpu_64bit){
1343 assert(!is_64bit || cpu_64bit);
1346 if (!cpu_64bit) {
1594 if (!cpu_64bit) {
2009 if (cpu_64bit
[all...]
H A Dpmap_internal.h94 extern boolean_t cpu_64bit;
96 extern const boolean_t cpu_64bit;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c560 boolean_t oldlevel, cpu_64bit; local
565 cpu_64bit = ml_is64bit();
569 if (cpu_64bit) {
633 if (cpu_64bit)
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c436 if (((vcur & PDMASK) == 0) && cpu_64bit) {
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c171 const boolean_t cpu_64bit = TRUE; /* Mais oui! */ variable

Completed in 41 milliseconds