Searched refs:userspace (Results 1 – 25 of 47) sorted by relevance
12
/arch/cris/arch-v32/lib/ |
D | checksumcopy.S | 31 1: ;; A failing userspace access (the read) will have this as PC. 72 2: ;; A failing userspace access for the read below will have this as PC. 88 3: ;; A failing userspace access for the read below will have this as PC.
|
/arch/cris/arch-v10/lib/ |
D | checksumcopy.S | 41 1: ;; A failing userspace access will have this as PC. 104 2: ;; A failing userspace access will have this as PC. 123 3: ;; A failing userspace access will have this as PC.
|
/arch/arm/mm/ |
D | abort-ev4.S | 23 uaccess_disable ip @ disable userspace access
|
D | abort-macro.S | 17 uaccess_disable ip @ disable userspace access
|
D | abort-ev5tj.S | 28 uaccess_disable ip @ disable userspace access
|
D | abort-ev7.S | 19 uaccess_disable ip @ disable userspace access
|
D | abort-ev6.S | 43 1: uaccess_disable ip @ disable userspace access
|
D | abort-lv4t.S | 30 uaccess_disable ip @ disable userspace access 170 uaccess_disable ip @ disable userspace access
|
/arch/mips/oprofile/ |
D | backtrace.c | 170 const int userspace = user_mode(regs); in op_mips_backtrace() local 173 if (userspace) in op_mips_backtrace()
|
/arch/mn10300/kernel/ |
D | profile-low.S | 36 # ignore userspace
|
D | entry.S | 164 # userspace resumption stub bypassing syscall exit tracing 172 # returning to userspace 174 bne resume_userspace # returning to userspace
|
/arch/s390/ |
D | Kconfig.debug | 10 bool "Export kernel pagetable layout to userspace via debugfs"
|
/arch/xtensa/ |
D | Kconfig.debug | 10 Enable this to turn on TLB sanity check on each entry to userspace.
|
/arch/um/kernel/ |
D | process.c | 134 userspace(¤t->thread.regs.regs, current_thread_info()->aux_fp_regs); in new_thread_handler() 153 userspace(¤t->thread.regs.regs, current_thread_info()->aux_fp_regs); in fork_handler()
|
/arch/s390/kvm/ |
D | Kconfig | 53 controlled by userspace.
|
/arch/arc/include/asm/ |
D | disasm.h | 109 int userspace, struct pt_regs *regs, struct callee_regs *cregs);
|
/arch/m32r/kernel/ |
D | entry.S | 152 ; userspace resumption stub bypassing syscall exit tracing
|
/arch/mn10300/include/asm/ |
D | frame.inc | 69 mov d0,(TI_frame,a0) # userspace has regs->next == 0
|
/arch/arc/kernel/ |
D | disasm.c | 25 int userspace, struct pt_regs *regs, struct callee_regs *cregs) in disasm_instr() argument 39 if (userspace) { in disasm_instr()
|
/arch/m68k/math-emu/ |
D | fp_util.S | 206 | originally used to get longdouble from userspace, now it's
|
/arch/um/include/shared/ |
D | os.h | 281 extern void userspace(struct uml_pt_regs *regs, unsigned long *aux_fp_regs);
|
/arch/frv/kernel/ |
D | entry.S | 69 # entry point for External interrupts received whilst executing userspace code 659 # handle atomic operation emulation for userspace
|
/arch/arm64/ |
D | Kconfig.debug | 9 bool "Export kernel pagetable layout to userspace via debugfs"
|
D | Kconfig | 423 When running a compat (AArch32) userspace on an affected Cortex-A53 825 bool "Unmap kernel when running in userspace (aka \"KAISER\")" if EXPERT 830 userspace. This can be defended against by unmapping the kernel 831 when running in userspace, mapping it back in on exception entry 881 emulation of these instructions for userspace using LDXR/STXR. 906 instructions for AArch32 userspace code. When this option is 919 for AArch32 userspace code. 1223 If you want to execute 32-bit userspace applications, say Y.
|
/arch/x86/entry/ |
D | entry_32.S | 324 # userspace resumption stub bypassing syscall exit tracing 341 jb resume_kernel # not returning to v8086 or userspace
|
12