Home
last modified time | relevance | path

Searched refs:faulted (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/arch/mips/kernel/
Dftrace.c92 int faulted; in ftrace_modify_code() local
96 safe_store_code(new_code, ip, faulted); in ftrace_modify_code()
98 if (unlikely(faulted)) in ftrace_modify_code()
113 int faulted; in ftrace_modify_code_2() local
116 safe_store_code(new_code1, ip, faulted); in ftrace_modify_code_2()
117 if (unlikely(faulted)) in ftrace_modify_code_2()
121 safe_store_code(new_code2, ip, faulted); in ftrace_modify_code_2()
122 if (unlikely(faulted)) in ftrace_modify_code_2()
137 int faulted; in ftrace_modify_code_2r() local
141 safe_store_code(new_code2, ip, faulted); in ftrace_modify_code_2r()
[all …]
/linux-4.1.27/arch/microblaze/kernel/
Dftrace.c25 int faulted, err; in prepare_ftrace_return() local
53 : "=&r" (old), "=r" (faulted) in prepare_ftrace_return()
60 if (unlikely(faulted)) { in prepare_ftrace_return()
85 int faulted = 0; in ftrace_modify_code() local
97 : "=r" (faulted) in ftrace_modify_code()
101 if (unlikely(faulted)) in ftrace_modify_code()
/linux-4.1.27/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c33 volatile int faulted; variable
47 faulted = 1; in segv()
75 if (faulted != want_fault) { in check_faulted()
79 faulted ? "fault" : "pass"); in check_faulted()
83 if (faulted) { in check_faulted()
88 faulted = 0; in check_faulted()
/linux-4.1.27/arch/sparc/kernel/
Dftrace.c28 int faulted; in ftrace_modify_code() local
45 : "=r" (replaced), [faulted] "=r" (faulted) in ftrace_modify_code()
50 faulted = 2; in ftrace_modify_code()
52 return faulted; in ftrace_modify_code()
Dwof.S364 b spwin_user_stack_is_bolixed + 0x4 ! we faulted, ugh
/linux-4.1.27/arch/sh/kernel/
Dftrace.c343 int faulted, err; in prepare_ftrace_return() local
377 : "=&r" (old), "=r" (faulted) in prepare_ftrace_return()
381 if (unlikely(faulted)) { in prepare_ftrace_return()
/linux-4.1.27/arch/um/kernel/skas/
Duaccess.c65 int n, faulted; in do_op_one_page() local
77 faulted = UML_SETJMP(&buf); in do_op_one_page()
78 if (faulted == 0) in do_op_one_page()
/linux-4.1.27/arch/x86/kernel/
Dftrace.c971 int faulted; in prepare_ftrace_return() local
1001 : [old] "=&r" (old), [faulted] "=r" (faulted) in prepare_ftrace_return()
1006 if (unlikely(faulted)) { in prepare_ftrace_return()
/linux-4.1.27/tools/perf/Documentation/
Dperf-trace.txt134 - addr.dso shows DSO for the faulted address;
160 CRYPTO_push_info_ routine which faulted somewhere in libcrypto.so.
/linux-4.1.27/arch/arc/mm/
Dtlbex.S177 ; OUT: r0 = PTE faulted on, r1 = ptr to PTE, r2 = Faulting V-address
/linux-4.1.27/Documentation/trace/
Dmmiotrace.txt111 fault handler. The instruction that faulted is executed and debug trap is
/linux-4.1.27/Documentation/vm/
Dnuma_memory_policy.txt57 installed. Any pages already faulted in by the task when the task
96 is installed. Any pages already faulted into the VMA range remain
Dunevictable-lru.txt202 faulted into a VM_LOCKED vma, or found in a vma being VM_LOCKED.
326 do end up getting faulted into this VM_LOCKED VMA, we'll handle them in the
Dtranshuge.txt201 first time a page is faulted and for COW faults.
/linux-4.1.27/arch/unicore32/kernel/
Dentry.S410 @ r0 = faulted instruction
/linux-4.1.27/Documentation/filesystems/
Dfuse.txt421 while the page(s) belonging to the write buffer are faulted with
DLocking540 to be faulted in. The filesystem must find and return the page associated
/linux-4.1.27/arch/x86/kvm/
Dx86.c1309 int faulted = 0; in kvm_write_tsc() local
1328 : "=A"(usdiff), [faulted] "=r" (faulted) in kvm_write_tsc()
1338 if (faulted) in kvm_write_tsc()