Home
last modified time | relevance | path

Searched refs:ml_vtophys (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.140.41/osfmk/arm64/
H A Dcpu.c351 …arm64_prepare_for_sleep(deep_sleep, cpu_data_ptr->cpu_number, ml_vtophys((vm_offset_t)&LowResetVec… in cpu_sleep()
879 CpuDataEntries[cpu].cpu_data_paddr = (void *)ml_vtophys((vm_offset_t)cpu_data_ptr); in cpu_data_register()
1097 …arm64_prepare_for_sleep(true, cpu_data_ptr->cpu_number, ml_vtophys((vm_offset_t)&LowResetVectorBas… in ml_arm_sleep()
1127 …arm64_prepare_for_sleep(true, cpu_data_ptr->cpu_number, ml_vtophys((vm_offset_t)&LowResetVectorBas… in ml_arm_sleep()
1223 SleepToken_low_paddr = ml_vtophys(sleepTokenBuffer); in cpu_machine_idle_init()
H A Dmachine_routines.c1733 ml_vtophys(vm_offset_t vaddr) in ml_vtophys() function
/xnu-8020.140.41/osfmk/arm/
H A Dcpu.c405 CpuDataEntries[cpu].cpu_data_paddr = (void *)ml_vtophys((vm_offset_t)cpu_data_ptr); in cpu_data_register()
559 LowExceptionVectorsAddr = (void *)ml_io_map(ml_vtophys((vm_offset_t)gPhysBase), PAGE_SIZE); in cpu_machine_idle_init()
H A Dmachine_routines.h613 vm_offset_t ml_vtophys(
H A Dmachine_routines.c936 ml_vtophys(vm_offset_t vaddr) in ml_vtophys() function
/xnu-8020.140.41/pexpert/arm/
H A Dpe_serial.c968 gHibernateGlobals.dockChannelRegPhysBase = ml_vtophys(dockchannel_uart_base); in serial_init()
973 gHibernateGlobals.hibUartRegPhysBase = ml_vtophys(uart_base); in serial_init()
/xnu-8020.140.41/osfmk/i386/
H A Dmachine_routines.h122 vm_offset_t ml_vtophys(
H A Dmachine_routines.c266 ml_vtophys( in ml_vtophys() function
/xnu-8020.140.41/iokit/Kernel/arm/
H A DAppleARMSMP.cpp237 gPMGR->enableCPUCore(cpu_id, ml_vtophys((vm_offset_t)&LowResetVectorBase)); in PE_cpu_start()