Home
last modified time | relevance | path

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

/arch/arm/mm/
Dalignment.c505 unsigned int rd, rn, correction, nr_regs, regbits; in do_alignment_ldmstm() local
511 correction = 4; /* processor implementation defined */ in do_alignment_ldmstm()
512 regs->ARM_pc += correction; in do_alignment_ldmstm()
582 regs->ARM_pc -= correction; in do_alignment_ldmstm()
586 regs->ARM_pc -= correction; in do_alignment_ldmstm()
/arch/arm/kernel/
Dentry-armv.S284 mov r1, #4 @ PC correction to apply
1051 .macro vector_stub, name, mode, correction=0 argument
1055 .if \correction
1056 sub lr, lr, #\correction
/arch/x86/kernel/
Duprobes.c503 long correction = utask->vaddr - utask->xol_vaddr; in default_post_xol_op() local
504 regs->ip += correction; in default_post_xol_op()