Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/virt/kvm/arm/
H A Dpvtime.rst18 * PV_TIME_ST: 0xC5000021
30 Currently only PV_TIME_ST is supported.
35 PV_TIME_ST
44 The IPA returned by PV_TIME_ST should be mapped by the guest as normal memory
49 PV_TIME_ST returns the structure for the calling VCPU.
54 The structure pointed to by the PV_TIME_ST hypercall is as follows:
/openbmc/linux/tools/testing/selftests/kvm/
H A Dsteal_time.c107 #define PV_TIME_ST 0xc5000021 macro
138 status = smccc(PV_TIME_FEATURES, PV_TIME_ST); in guest_code()
141 status = smccc(PV_TIME_ST, 0); in guest_code()