Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dxive.h139 int xive_native_get_vp_state(u32 vp_id, u64 *out_state);
/arch/powerpc/sysdev/xive/
Dnative.c839 int xive_native_get_vp_state(u32 vp_id, u64 *out_state) in xive_native_get_vp_state() argument
851 if (out_state) in xive_native_get_vp_state()
852 *out_state = be64_to_cpu(state); in xive_native_get_vp_state()