Searched refs:execute (Results 1 – 25 of 29) sorted by relevance
12
/arch/mips/kvm/ |
D | 00README.txt | 9 (2) Both Guest kernel and Guest Userspace execute in UM.
|
/arch/mn10300/ |
D | Kconfig.debug | 19 If you say Y here the kernel will execute a list of misaligned memory 28 execute a callback function. register_kprobe() establishes
|
/arch/powerpc/platforms/ |
D | Kconfig.cputype | 250 processes can execute altivec instructions. 267 processes can execute VSX instructions. 324 'spe enable' bit so user processes can execute SPE instructions.
|
/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 | 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 | 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 | fskeleton.S | 61 | simply execute an "rte" as with the sample code below.
|
/arch/x86/include/asm/ |
D | kvm_emulate.h | 296 int (*execute)(struct x86_emulate_ctxt *ctxt); member
|
/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 489 Architecture doesn't only execute the irq handler on the irq stack
|
/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:
|
/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 | 123 and the task is only allowed to execute a few safe syscalls
|
/arch/x86/kvm/ |
D | emulate.c | 207 int (*execute)(struct x86_emulate_ctxt *ctxt); member 3677 #define I(_f, _e) { .flags = (_f), .u.execute = (_e) } 3680 { .flags = (_f)|Intercept, .u.execute = (_e), .intercept = x86_intercept_##_i } 3682 { .flags = (_f)|Intercept|CheckPerm, .u.execute = (_e), \ 4560 ctxt->execute = opcode.u.execute; in x86_decode_insn() 4856 if (ctxt->execute) { in x86_emulate_insn() 4858 void (*fop)(struct fastop *) = (void *)ctxt->execute; in x86_emulate_insn() 4864 rc = ctxt->execute(ctxt); in x86_emulate_insn()
|
/arch/parisc/ |
D | Kconfig | 335 and the task is only allowed to execute a few safe syscalls
|
/arch/blackfin/ |
D | Kconfig.debug | 217 If any CPU in the system does not execute the period local timer
|
/arch/arm64/ |
D | Kconfig | 511 and the task is only allowed to execute a few safe syscalls 760 If you want to execute 32-bit userspace applications, say Y.
|
/arch/sparc/ |
D | Kconfig | 242 and the task is only allowed to execute a few safe syscalls
|
/arch/sh/ |
D | Kconfig | 659 allowed to execute a few safe syscalls defined by each seccomp
|
/arch/s390/ |
D | Kconfig | 623 and the task is only allowed to execute a few safe syscalls
|
/arch/arm/ |
D | Kconfig | 1665 to execute a legacy ABI binary then the result will be 1803 and the task is only allowed to execute a few safe syscalls 1913 Say Y here if you intend to execute your compressed kernel image
|
12