Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/kernel/
Dtraps.c1220 static int emulate_string_inst(struct pt_regs *regs, u32 instword) in emulate_string_inst() argument
1222 u8 rT = (instword >> 21) & 0x1f; in emulate_string_inst()
1223 u8 rA = (instword >> 16) & 0x1f; in emulate_string_inst()
1224 u8 NB_RB = (instword >> 11) & 0x1f; in emulate_string_inst()
1230 if ((instword & PPC_INST_STRING_MASK) == PPC_INST_LSWX) in emulate_string_inst()
1236 switch (instword & PPC_INST_STRING_MASK) { in emulate_string_inst()
1259 switch ((instword & PPC_INST_STRING_MASK)) { in emulate_string_inst()
1292 static int emulate_popcntb_inst(struct pt_regs *regs, u32 instword) in emulate_popcntb_inst() argument
1297 ra = (instword >> 16) & 0x1f; in emulate_popcntb_inst()
1298 rs = (instword >> 21) & 0x1f; in emulate_popcntb_inst()
[all …]
/linux-6.12.1/arch/powerpc/platforms/book3s/
Dvas-api.c362 u32 instword; in do_fail_paste() local
375 if (get_user(instword, (u32 __user *)(regs->nip))) in do_fail_paste()
381 if ((instword & PPC_INST_PASTE_MASK) != PPC_INST_PASTE) in do_fail_paste()