Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Dtraps.c1221 u8 rT = (instword >> 21) & 0x1f; in emulate_string_inst()
1222 u8 rA = (instword >> 16) & 0x1f; in emulate_string_inst()
1296 ra = (instword >> 16) & 0x1f; in emulate_popcntb_inst()
1297 rs = (instword >> 21) & 0x1f; in emulate_popcntb_inst()
1313 u8 BC = (instword >> 6) & 0x1f; in emulate_isel()
1349 u32 instword; in emulate_instruction() local
1361 rd = (instword >> 21) & 0x1f; in emulate_instruction()
1419 rd = (instword >> 21) & 0x1f; in emulate_instruction()
1430 rd = (instword >> 21) & 0x1f; in emulate_instruction()
1757 u32 instword, rd; in DEFINE_INTERRUPT_HANDLER() local
[all …]
/linux-6.15/arch/powerpc/platforms/book3s/
H A 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()