Searched refs:execute (Results 1 – 25 of 26) sorted by relevance
12
/arch/mn10300/ |
D | Kconfig.debug | 23 If you say Y here the kernel will execute a list of misaligned memory 32 execute a callback function. register_kprobe() establishes
|
/arch/ |
D | Kconfig | 44 execute a callback function. register_kprobe() establishes 55 conditions even cheaper to execute within the kernel. 64 nop will be converted to a jump instruction to execute the
|
/arch/powerpc/platforms/ |
D | Kconfig.cputype | 212 processes can execute altivec instructions. 229 processes can execute VSX instructions. 282 'spe enable' bit so user processes can execute SPE instructions.
|
/arch/x86/include/asm/ |
D | kvm_emulate.h | 271 int (*execute)(struct x86_emulate_ctxt *ctxt); member
|
/arch/c6x/lib/ |
D | divremu.S | 25 ;; to the, and the number of times we have to execute subc.
|
D | divu.S | 42 ;; to the, and the number of times we have to execute subc.
|
/arch/m68k/ifpsp060/ |
D | isp.doc | 105 would simply execute a "bra" or "jmp" that jumped to the selected function 109 exception (vector #61), the operating system should execute something
|
D | fpsp.doc | 97 would simply execute a "bra" or "jmp" that jumped to the selected function 101 (vector #11), the operating system should execute something similar to:
|
D | TEST.DOC | 92 routine would simply execute a "bsr" or "jsr" that jumped to the selected 96 itest.sa data and execute something similar to:
|
D | fskeleton.S | 61 | simply execute an "rte" as with the sample code below.
|
/arch/cris/arch-v32/mm/ |
D | mmu.S | 48 orq \ex << 1, $r13 ; execute?
|
/arch/m68k/fpsp040/ |
D | get_op.S | 616 | ;re-execute the inst. without taking
|
D | decbin.S | 13 | Speed: The program decbin takes ??? cycles to execute.
|
D | fpsp.h | 48 | On exit, the handlers execute:
|
D | res_func.S | 1968 | the 040 uses the dtag to execute the correct microcode.
|
/arch/x86/kvm/ |
D | emulate.c | 159 int (*execute)(struct x86_emulate_ctxt *ctxt); member 3291 #define I(_f, _e) { .flags = (_f), .u.execute = (_e) } 3293 { .flags = (_f), .u.execute = (_e), .intercept = x86_intercept_##_i } 3295 { .flags = (_f), .u.execute = (_e), .intercept = x86_intercept_##_i, \ 3940 ctxt->execute = opcode.u.execute; in x86_decode_insn() 4147 if (ctxt->execute) { in x86_emulate_insn() 4148 rc = ctxt->execute(ctxt); in x86_emulate_insn()
|
/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 11628 fmul.x FP_SCR0(%a6),%fp0 # execute multiply 11668 fmul.x FP_SCR0(%a6),%fp0 # execute multiply 13325 # here. For norms, load the rounding mode/prec, execute a "fintrz", # 13346 fintrz.x SRC(%a0),%fp0 # execute fintrz 13999 fsglmul.x FP_SCR0(%a6),%fp0 # execute sgl multiply 14026 fsglmul.x FP_SCR0(%a6),%fp0 # execute sgl multiply 14075 fsglmul.x FP_SCR0(%a6),%fp0 # execute sgl multiply 14373 fsgldiv.x FP_SCR0(%a6),%fp0 # execute divide 14430 fsgldiv.x FP_SCR0(%a6),%fp0 # execute sgl divide 14460 fsgldiv.x FP_SCR0(%a6),%fp1 # execute sgl divide [all …]
|
/arch/microblaze/ |
D | Kconfig | 132 and the task is only allowed to execute a few safe syscalls
|
/arch/blackfin/ |
D | Kconfig.debug | 223 If any CPU in the system does not execute the period local timer
|
/arch/sparc/ |
D | Kconfig | 264 and the task is only allowed to execute a few safe syscalls
|
/arch/s390/ |
D | Kconfig | 615 and the task is only allowed to execute a few safe syscalls
|
/arch/sh/ |
D | Kconfig | 683 allowed to execute a few safe syscalls defined by each seccomp
|
/arch/arm/ |
D | Kconfig | 1738 to execute a legacy ABI binary then the result will be 1898 and the task is only allowed to execute a few safe syscalls 1986 Say Y here if you intend to execute your compressed kernel image
|
/arch/powerpc/ |
D | Kconfig | 610 and the task is only allowed to execute a few safe syscalls
|
/arch/mips/ |
D | Kconfig | 2331 and the task is only allowed to execute a few safe syscalls
|
12