Home
last modified time | relevance | path

Searched refs:H_RESERVED_DABR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dhvcall.h44 #define H_RESERVED_DABR -8 /* DABR address is reserved by the hypervisor on this processor" */ macro
/openbmc/linux/arch/powerpc/kvm/
H A Dtrace_hv.h183 {H_RESERVED_DABR, "H_RESERVED_DABR"}, \
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h317 #define H_RESERVED_DABR -8 /* DABR address is reserved by the hypervisor on this processor"… macro
/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c225 return H_RESERVED_DABR; in h_set_dabr()