Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dhvcall.h144 #define H_VPA_FUNC_MASK 7UL macro
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c544 subfunc = (flags >> H_VPA_FUNC_SHIFT) & H_VPA_FUNC_MASK; in do_h_register_vpa()