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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DPPCcalls.h43 #define PPCcall(rout) rout macro
48 PPCcall(diagCall), /* 0x6000 Call diagnostics routines */
49 PPCcall(vmm_get_version), /* 0x6001 Get Virtual Machine Monitor version */
50 PPCcall(vmm_get_features), /* 0x6002 Get Virtual Machine Monitor supported features */
51 PPCcall(vmm_init_context), /* 0x6003 Initialize a VMM context */
52 PPCcall(vmm_dispatch), /* 0x6004 Dispatch a Virtual Machine Monitor call */
53 PPCcall(bb_enable_bluebox), /* 0x6005 Enable this thread for use in the blue box virtual machine */
54 PPCcall(bb_disable_bluebox), /* 0x6006 Disable this thread for use in the blue box virtual machine */
55 PPCcall(bb_settaskenv), /* 0x6007 Set the BlueBox per thread task environment data */
56 PPCcall(vmm_stop_v
[all...]

Completed in 22 milliseconds