Searched refs:pe_identify_machine (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_identify_machine.c33 void pe_identify_machine(boot_args *args);
35 /* pe_identify_machine:
40 void pe_identify_machine(__unused boot_args *args) function
H A Dpe_init.c46 extern void pe_identify_machine(void * args);
216 pe_identify_machine(args);
/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_identify_machine.c44 * those for right now. When done, put the crap in pe_identify_machine.
52 * pe_identify_machine
57 void pe_identify_machine(__unused boot_args * args) function
59 PE_early_puts("pe_identify_machine: Dummying out gPEClockFrequencyInfo (for now)\n");
H A Dpe_init.c52 extern void pe_identify_machine(void *args);
136 PE_early_puts("PE_init_platform: Calling pe_identify_machine\n");
137 pe_identify_machine(NULL);

Completed in 19 milliseconds