/arch/powerpc/mm/book3s64/ |
D | pkeys.c | 414 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/ |
D | mmu_context.h | 250 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument 253 if (execute) in arch_vma_access_permitted()
|
/arch/powerpc/include/asm/ |
D | mmu_context.h | 274 bool execute, bool foreign); 278 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
|
/arch/arm/boot/compressed/ |
D | efi-header.S | 21 @ will not execute those instructions, but the ARM/Linux
|
/arch/powerpc/boot/dts/ |
D | microwatt.dts | 63 no-execute {
|
/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 | 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 | 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/powerpc/platforms/ |
D | Kconfig.cputype | 383 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/ |
D | kvm_emulate.h | 332 int (*execute)(struct x86_emulate_ctxt *ctxt); member
|
D | emulate.c | 198 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/ |
D | Kconfig | 69 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/ |
D | pgtable.h | 529 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/ |
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/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/arm/ |
D | Kconfig | 949 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/ |
D | Kconfig | 754 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/ |
D | Kconfig | 725 If you want to execute 32-bit userspace applications, say Y.
|
/arch/mips/ |
D | Kconfig | 2550 # may cause ll / sc and lld / scd sequences to execute non-atomically.
|