Searched refs:kvmppc_get_field (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_emulate.c | 320 srnum = kvmppc_get_field(inst, 12 + 32, 15 + 32); in kvmppc_core_emulate_op_pr()
|
H A D | book3s_paired_singles.c | 341 return kvmppc_get_field(inst, msb + 32, lsb + 32); in inst_get_field()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_emulate.c | 316 srnum = kvmppc_get_field(inst, 12 + 32, 15 + 32); in kvmppc_core_emulate_op_pr()
|
H A D | book3s_paired_singles.c | 341 return kvmppc_get_field(inst, msb + 32, lsb + 32); in inst_get_field()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | kvm_ppc.h | 356 static inline u32 kvmppc_get_field(u64 inst, int msb, int lsb) in kvmppc_get_field() function
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | kvm_ppc.h | 377 static inline u32 kvmppc_get_field(u64 inst, int msb, int lsb) in kvmppc_get_field() function
|
Completed in 9 milliseconds