Searched refs:gVirtBase (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dvm_param.h102 extern unsigned long gVirtBase, gPhysBase, gPhysSize;
104 #define phystokv(a) ((vm_address_t)(a) - gPhysBase + gVirtBase)
/darwin-on-arm/xnu/osfmk/arm64/
H A Darm64_vm_init.c70 unsigned long gPhysBase = 0x0, gVirtBase = 0x0; variable
/darwin-on-arm/xnu/osfmk/arm/
H A Darm_vm_init.c81 unsigned long gPhysBase = 0x0, gVirtBase = 0x0; variable
324 gVirtBase = args->virtBase;
335 identityBaseVA = gVirtBase;
450 vm_kernel_slide = (gVirtBase - VM_KERNEL_BASE_ADDRESS);
455 vm_kernel_base = gVirtBase;
H A Dpmap.h192 #define virt_to_phys(p) ((unsigned int)((((unsigned long)(p)) - gVirtBase) + gPhysBase))
193 #define phys_to_virt(p) ((unsigned int)((((unsigned long)(p)) - gPhysBase) + gVirtBase))
H A Dpmap.c3233 kprintf("Kernel ASLR slide: 0x%08x, virtual base: 0x%08x\n", vm_kernel_slide, gVirtBase);

Completed in 95 milliseconds