Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_emulate.c316 srnum = kvmppc_get_field(inst, 12 + 32, 15 + 32); in kvmppc_core_emulate_op_pr()
Dbook3s_paired_singles.c341 return kvmppc_get_field(inst, msb + 32, lsb + 32); in inst_get_field()
/linux-6.1.9/arch/powerpc/include/asm/
Dkvm_ppc.h352 static inline u32 kvmppc_get_field(u64 inst, int msb, int lsb) in kvmppc_get_field() function