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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DPPCcalls.c42 * Add an "PPCcall(routine)" to the table in ppc/PPCcalls.h
49 #include <ppc/PPCcalls.h>
H A DPPCcalls.h46 PPCcallEnt PPCcalls[] = { variable
H A Dgenassym.c71 #include <ppc/PPCcalls.h>
891 DECLARE("PPCcallmax", sizeof(PPCcalls));
H A Dhw_exception.s498 lis r10,hi16(EXT(PPCcalls)) ; Get PPC-only system call table
500 ori r10,r10,lo16(EXT(PPCcalls)) ; Merge in low half
506 ; a different register without checking. Some of the PPCcalls

Completed in 81 milliseconds