Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 29) sorted by relevance

12

/arch/mips/kvm/
D00README.txt9 (2) Both Guest kernel and Guest Userspace execute in UM.
/arch/mn10300/
DKconfig.debug19 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/
DKconfig.cputype250 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/
Ddivremu.S25 ;; to the, and the number of times we have to execute subc.
Ddivu.S42 ;; to the, and the number of times we have to execute subc.
/arch/m68k/ifpsp060/
Dfpsp.doc97 would simply execute a "bra" or "jmp" that jumped to the selected function
101 (vector #11), the operating system should execute something similar to:
DTEST.DOC92 routine would simply execute a "bsr" or "jsr" that jumped to the selected
96 itest.sa data and execute something similar to:
Disp.doc105 would simply execute a "bra" or "jmp" that jumped to the selected function
109 exception (vector #61), the operating system should execute something
Dfskeleton.S61 | simply execute an "rte" as with the sample code below.
/arch/x86/include/asm/
Dkvm_emulate.h296 int (*execute)(struct x86_emulate_ctxt *ctxt); member
/arch/
DKconfig44 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/
Dmmu.S48 orq \ex << 1, $r13 ; execute?
/arch/m68k/fpsp040/
Dget_op.S616 | ;re-execute the inst. without taking
Ddecbin.S13 | Speed: The program decbin takes ??? cycles to execute.
Dfpsp.h48 | On exit, the handlers execute:
/arch/m68k/ifpsp060/src/
Dfpsp.S11628 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/
DKconfig123 and the task is only allowed to execute a few safe syscalls
/arch/x86/kvm/
Demulate.c207 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/
DKconfig335 and the task is only allowed to execute a few safe syscalls
/arch/blackfin/
DKconfig.debug217 If any CPU in the system does not execute the period local timer
/arch/arm64/
DKconfig511 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/
DKconfig242 and the task is only allowed to execute a few safe syscalls
/arch/sh/
DKconfig659 allowed to execute a few safe syscalls defined by each seccomp
/arch/s390/
DKconfig623 and the task is only allowed to execute a few safe syscalls
/arch/arm/
DKconfig1665 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