Searched refs:inst_get_field (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/arch/powerpc/kvm/ |
D | book3s_paired_singles.c | 339 static inline u32 inst_get_field(u32 inst, int msb, int lsb) in inst_get_field() function 365 switch (inst_get_field(inst, 21, 30)) { in kvmppc_inst_is_paired_single() 383 switch (inst_get_field(inst, 25, 30)) { in kvmppc_inst_is_paired_single() 389 switch (inst_get_field(inst, 26, 30)) { in kvmppc_inst_is_paired_single() 411 switch (inst_get_field(inst, 21, 30)) { in kvmppc_inst_is_paired_single() 419 switch (inst_get_field(inst, 26, 30)) { in kvmppc_inst_is_paired_single() 429 switch (inst_get_field(inst, 21, 30)) { in kvmppc_inst_is_paired_single() 451 switch (inst_get_field(inst, 26, 30)) { in kvmppc_inst_is_paired_single() 462 switch (inst_get_field(inst, 21, 30)) { in kvmppc_inst_is_paired_single() 639 ax_rd = inst_get_field(inst, 6, 10); in kvmppc_emulate_paired_single() [all …]
|