Home
last modified time | relevance | path

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

/arch/powerpc/mm/book3s64/
Dpkeys.c414 static bool pkey_access_permitted(int pkey, bool write, bool execute) in pkey_access_permitted() argument
420 if (execute) in pkey_access_permitted()
430 bool arch_pte_access_permitted(u64 pte, bool write, bool execute) in arch_pte_access_permitted() argument
435 return pkey_access_permitted(pte_to_pkey_bits(pte), write, execute); in arch_pte_access_permitted()
447 bool execute, bool foreign) in arch_vma_access_permitted() argument
457 return pkey_access_permitted(vma_pkey(vma), write, execute); in arch_vma_access_permitted()
/arch/x86/include/asm/
Dmmu_context.h250 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
253 if (execute) in arch_vma_access_permitted()
/arch/powerpc/include/asm/
Dmmu_context.h274 bool execute, bool foreign);
278 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
/arch/arm/boot/compressed/
Defi-header.S21 @ will not execute those instructions, but the ARM/Linux
/arch/powerpc/boot/dts/
Dmicrowatt.dts63 no-execute {
/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:
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
DTEST.DOC92 routine would simply execute a "bsr" or "jsr" that jumped to the selected
96 itest.sa data and execute something similar to:
Dfskeleton.S61 | simply execute an "rte" as with the sample code below.
/arch/powerpc/platforms/
DKconfig.cputype383 processes can execute altivec instructions.
400 processes can execute VSX instructions.
420 'spe enable' bit so user processes can execute SPE instructions.
/arch/x86/kvm/
Dkvm_emulate.h332 int (*execute)(struct x86_emulate_ctxt *ctxt); member
Demulate.c198 int (*execute)(struct x86_emulate_ctxt *ctxt); member
3997 #define I(_f, _e) { .flags = (_f), .u.execute = (_e) }
4000 { .flags = (_f)|Intercept, .u.execute = (_e), .intercept = x86_intercept_##_i }
4002 { .flags = (_f)|Intercept|CheckPerm, .u.execute = (_e), \
4971 ctxt->execute = opcode.u.execute; in x86_decode_insn()
5285 if (ctxt->execute) { in x86_emulate_insn()
5289 rc = ctxt->execute(ctxt); in x86_emulate_insn()
/arch/
DKconfig69 execute a callback function. register_kprobe() establishes
81 conditions even cheaper to execute within the kernel.
90 nop will be converted to a jump instruction to execute the
582 prompt "Enable seccomp to safely execute untrusted bytecode"
593 disabled and the task is only allowed to execute a few safe
982 Architecture doesn't only execute the irq handler on the irq stack
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h529 extern bool arch_pte_access_permitted(u64 pte, bool write, bool execute);
531 static inline bool arch_pte_access_permitted(u64 pte, bool write, bool execute) in arch_pte_access_permitted() argument
/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:
Dres_func.S1968 | the 040 uses the dtag to execute the correct microcode.
/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/arm/
DKconfig949 bool "ARM errata: Cache maintenance by set/way operations can execute out of order"
953 operations that do not specify an address execute, relative to
1276 to execute a legacy ABI binary then the result will be
1516 Say Y here if you intend to execute your compressed kernel image
/arch/arm64/
DKconfig754 Affected Neoverse-N1 cores could execute a stale instruction when
1673 that you will only be able to execute AArch32 binaries that were compiled
1676 If you want to execute 32-bit userspace applications, say Y.
/arch/riscv/
DKconfig725 If you want to execute 32-bit userspace applications, say Y.
/arch/mips/
DKconfig2550 # may cause ll / sc and lld / scd sequences to execute non-atomically.