Searched refs:correction (Results 1 - 3 of 3) sorted by relevance

/arch/arm/mm/
H A Dalignment.c487 unsigned int rd, rn, correction, nr_regs, regbits; local
493 correction = 4; /* processor implementation defined */
494 regs->ARM_pc += correction;
562 regs->ARM_pc -= correction;
566 regs->ARM_pc -= correction;
/arch/arm/kernel/
H A Dentry-armv.S279 mov r1, #4 @ PC correction to apply
1035 .macro vector_stub, name, mode, correction=0
1039 .if \correction
1040 sub lr, lr, #\correction
/arch/x86/kernel/
H A Duprobes.c503 long correction = utask->vaddr - utask->xol_vaddr; local
504 regs->ip += correction;

Completed in 259 milliseconds