Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dhvcall.h155 #define H_VPA_FUNC_SHIFT (63-18) /* Bit posn of subfunction code */ macro
H A Dplpar_wrappers.h33 flags = flags << H_VPA_FUNC_SHIFT; in vpa_call()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c575 subfunc = (flags >> H_VPA_FUNC_SHIFT) & H_VPA_FUNC_MASK; in do_h_register_vpa()