Home
last modified time | relevance | path

Searched refs:HVC_OEM_SERVICE (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/osfmk/arm64/ !
H A Dhv_hvc.h61 #define HVC_OEM_SERVICE (HVC_FID_FAST_CALL | HVC_FID_HVC64 | HVC_FID_OEM) macro
65 #define VMAPPLE_GET_MABS_OFFSET (HVC_OEM_SERVICE | 0x3)
66 #define VMAPPLE_GET_BOOTSESSIONUUID (HVC_OEM_SERVICE | 0x4)
67 #define VMAPPLE_VCPU_WFK (HVC_OEM_SERVICE | 0x5)
68 #define VMAPPLE_VCPU_KICK (HVC_OEM_SERVICE | 0x6)
H A Darm64_hypercall.c212 assert(fastcall & HVC_OEM_SERVICE); in hvg_is_hcall_available()