Home
last modified time | relevance | path

Searched refs:GETLENGTH (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsstep.h104 #define GETLENGTH(t) (((t) & PREFIXED) ? 8 : 4) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsstep.h103 #define GETLENGTH(t) (((t) & PREFIXED) ? 8 : 4) macro
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dsstep.c3050 next_pc = truncate_if_32bit(regs->msr, regs->nip + GETLENGTH(op->type)); in emulate_update_regs()
3509 regs->nip = truncate_if_32bit(regs->msr, regs->nip + GETLENGTH(op.type)); in emulate_step()
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dsstep.c3234 next_pc = truncate_if_32bit(regs->msr, regs->nip + GETLENGTH(op->type)); in emulate_update_regs()
3673 truncate_if_32bit(regs->msr, regs->nip + GETLENGTH(op.type))); in emulate_step()

Completed in 9 milliseconds