/linux-4.4.14/arch/mips/kernel/ |
D | ftrace.c | 92 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.4.14/arch/microblaze/kernel/ |
D | ftrace.c | 25 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.4.14/tools/testing/selftests/powerpc/mm/ |
D | subpage_prot.c | 33 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.4.14/arch/sparc/kernel/ |
D | ftrace.c | 28 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()
|
D | wof.S | 364 b spwin_user_stack_is_bolixed + 0x4 ! we faulted, ugh
|
/linux-4.4.14/arch/sh/kernel/ |
D | ftrace.c | 343 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.4.14/arch/um/kernel/skas/ |
D | uaccess.c | 65 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.4.14/arch/x86/kernel/ |
D | ftrace.c | 975 int faulted; in prepare_ftrace_return() local 1005 : [old] "=&r" (old), [faulted] "=r" (faulted) in prepare_ftrace_return() 1010 if (unlikely(faulted)) { in prepare_ftrace_return()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-trace.txt | 138 - addr.dso shows DSO for the faulted address; 164 CRYPTO_push_info_ routine which faulted somewhere in libcrypto.so.
|
/linux-4.4.14/Documentation/vm/ |
D | zswap.txt | 41 either invalidated or faulted back into memory. In order to force all
|
D | userfaultfd.txt | 74 user-faulted page.
|
D | unevictable-lru.txt | 202 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 471 will fail if the range cannot be faulted in (e.g. because mm_populate fails)
|
D | numa_memory_policy.txt | 57 installed. Any pages already faulted in by the task when the task 96 is installed. Any pages already faulted into the VMA range remain
|
D | transhuge.txt | 211 first time a page is faulted and for COW faults.
|
/linux-4.4.14/arch/arc/mm/ |
D | tlbex.S | 194 ; OUT: r0 = PTE faulted on, r1 = ptr to PTE, r2 = Faulting V-address
|
/linux-4.4.14/Documentation/trace/ |
D | mmiotrace.txt | 111 fault handler. The instruction that faulted is executed and debug trap is
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | entry.S | 410 @ r0 = faulted instruction
|
/linux-4.4.14/Documentation/filesystems/ |
D | fuse.txt | 421 while the page(s) belonging to the write buffer are faulted with
|
D | Locking | 541 to be faulted in. The filesystem must find and return the page associated
|
/linux-4.4.14/arch/x86/kvm/ |
D | x86.c | 1426 int faulted = 0; in kvm_write_tsc() local 1445 : "=A"(usdiff), [faulted] "=r" (faulted) in kvm_write_tsc() 1455 if (faulted) in kvm_write_tsc()
|