Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dxive.h140 bool xive_native_has_queue_state_support(void);
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xive/
H A Dnative.c832 bool xive_native_has_queue_state_support(void) in xive_native_has_queue_state_support() function
837 EXPORT_SYMBOL_GPL(xive_native_has_queue_state_support);
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_xive_native.c1201 return xive_native_has_queue_state_support(); in kvmppc_xive_native_supported()