Home
last modified time | relevance | path

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

/xnu-8792.61.2/pexpert/pexpert/
H A Ddevice_tree.h142 extern void SecureDTInit(void const *base, size_t size);
/xnu-8792.61.2/pexpert/arm/
H A Dpe_init.c387 SecureDTInit(PE_state.deviceTreeHead, PE_state.deviceTreeSize); in PE_slide_devicetree()
422 SecureDTInit(PE_state.deviceTreeHead, PE_state.deviceTreeSize); in PE_init_platform()
/xnu-8792.61.2/pexpert/i386/
H A Dpe_init.c259 SecureDTInit(PE_state.deviceTreeHead, PE_state.deviceTreeSize); in PE_init_platform()
/xnu-8792.61.2/pexpert/gen/
H A Ddevice_tree.c235 SecureDTInit(void const *base, size_t size) in SecureDTInit() function
/xnu-8792.61.2/iokit/Kernel/
H A DIODeviceTreeSupport.cpp229 SecureDTInit(NULL, 0); in IODeviceTreeAlloc()