Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dinst.h32 #define get_user_instr(x, ptr) ___get_user_instr(get_user, x, ptr) macro
/linux/arch/powerpc/kernel/
H A Dvecemu.c269 if (get_user_instr(instr, (void __user *)regs->nip)) in emulate_altivec()
H A Dtraps.c1568 * except get_user_instr() can sleep so we cannot reliably inspect the in do_program_check()
1577 if (get_user_instr(insn, (void __user *)regs->nip)) { in do_program_check()