Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dspapr_nested.h215 #define H_GUEST_CAP_VALID_MASK (H_GUEST_CAPABILITIES_P11_MODE | \ macro
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c1255 if (capabilities & ~H_GUEST_CAP_VALID_MASK) { in h_guest_set_capabilities()