Home
last modified time | relevance | path

Searched refs:H_VPA_FUNC_SHIFT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dplpar_wrappers.h60 flags = flags << H_VPA_FUNC_SHIFT; in vpa_call()
H A Dhvcall.h143 #define H_VPA_FUNC_SHIFT (63-18) /* Bit posn of subfunction code */ 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()