Home
last modified time | relevance | path

Searched refs:SecureDTInit (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.81.5/pexpert/pexpert/
H A Ddevice_tree.h142 extern void SecureDTInit(void const *base, size_t size);
/xnu-10002.81.5/pexpert/arm/
H A Dpe_init.c396 SecureDTInit(PE_state.deviceTreeHead, PE_state.deviceTreeSize); in PE_slide_devicetree()
432 SecureDTInit(PE_state.deviceTreeHead, PE_state.deviceTreeSize); in PE_init_platform()
/xnu-10002.81.5/pexpert/i386/
H A Dpe_init.c261 SecureDTInit(PE_state.deviceTreeHead, PE_state.deviceTreeSize); in PE_init_platform()
/xnu-10002.81.5/pexpert/gen/
H A Ddevice_tree.c236 SecureDTInit(void const *base, size_t size) in SecureDTInit() function
/xnu-10002.81.5/iokit/Kernel/
H A DIODeviceTreeSupport.cpp256 SecureDTInit(NULL, 0); in IODeviceTreeAlloc()