Searched refs:instr (Results 76 - 87 of 87) sorted by relevance

1234

/arch/powerpc/perf/
H A Dcore-book3s.c386 unsigned int instr; local
395 ret = __get_user_inatomic(instr, (unsigned int __user *)addr);
402 target = branch_target(&instr);
403 if ((!target) || (instr & BRANCH_ABSOLUTE))
407 return target - (unsigned long)&instr + addr;
/arch/arm/kernel/
H A Dkprobes.c310 static int __kprobes kprobe_trap_handler(struct pt_regs *regs, unsigned int instr) argument
H A Dptrace.c215 static int break_trap(struct pt_regs *regs, unsigned int instr) argument
/arch/arm/mm/
H A Dabort-lv4t.S185 movne r1, #0 @ it must be a load instr
/arch/powerpc/
H A DMakefile159 asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1)
/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c518 static int instruction_is_store(unsigned int instr) argument
523 if ((instr & 0xfc000000) == 0x7c000000)
525 return (instr & mask) != 0;
/arch/arm/mach-omap2/
H A DMakefile44 plus_sec := $(call as-instr,.arch_extension sec,+sec)
/arch/x86/include/asm/
H A Dparavirt_types.h697 u8 *instr; /* original instructions */ member in struct:paravirt_patch_site
/arch/m68k/ifpsp060/src/
H A Dpfpsp.S354 set USER_FPIAR, LV+40 # FP instr address register
560 set FMUL_OP, 0x0 # fmul instr performed last
657 btst &0x5,EXC_CMDREG(%a6) # is instr an fmove out?
897 btst &0x5,EXC_CMDREG(%a6) # is instr an fmove out?
1329 cmpi.b %d0,&0x38 # is instr fcmp or ftst?
1874 cmpi.b %d0,&0x38 # is instr fcmp or ftst?
2963 tst.w %d0 # is instr fmovm?
2971 btst &0xe,%d0 # is instr fmovm ctrl
3126 btst &13,%d0 # is instr an fmove out?
3322 btst &13,%d0 # is instr a
[all...]
H A Dfpsp.S355 set USER_FPIAR, LV+40 # FP instr address register
561 set FMUL_OP, 0x0 # fmul instr performed last
658 btst &0x5,EXC_CMDREG(%a6) # is instr an fmove out?
898 btst &0x5,EXC_CMDREG(%a6) # is instr an fmove out?
1330 cmpi.b %d0,&0x38 # is instr fcmp or ftst?
1875 cmpi.b %d0,&0x38 # is instr fcmp or ftst?
2964 tst.w %d0 # is instr fmovm?
2972 btst &0xe,%d0 # is instr fmovm ctrl
3127 btst &13,%d0 # is instr an fmove out?
3323 btst &13,%d0 # is instr a
[all...]
H A Dfplsp.S335 set USER_FPIAR, LV+40 # FP instr address register
541 set FMUL_OP, 0x0 # fmul instr performed last
/arch/s390/math-emu/
H A Dmath.c99 static void display_emulation_not_implemented(struct pt_regs *regs, char *instr) argument
110 instr, current->comm, current->pid);
111 printk("%s's PSW: %08lx %08lx\n", instr,

Completed in 2842 milliseconds

1234