| /linux/arch/mips/kernel/ |
| H A D | ftrace.c | 85 int faulted; in ftrace_modify_code() local 88 safe_store_code(new_code, ip, faulted); in ftrace_modify_code() 90 if (unlikely(faulted)) in ftrace_modify_code() 102 int faulted; in ftrace_modify_code_2() local 104 safe_store_code(new_code1, ip, faulted); in ftrace_modify_code_2() 105 if (unlikely(faulted)) in ftrace_modify_code_2() 109 safe_store_code(new_code2, ip, faulted); in ftrace_modify_code_2() 110 if (unlikely(faulted)) in ftrace_modify_code_2() 122 int faulted; in ftrace_modify_code_2r() local 125 safe_store_code(new_code2, ip, faulted); in ftrace_modify_code_2r() [all …]
|
| /linux/tools/testing/selftests/powerpc/mm/ |
| H A D | segv_errors.c | 22 static bool faulted; variable 30 faulted = true; in segv_handler() 48 faulted = false; in test_segv_errors() 59 FAIL_IF(!faulted); in test_segv_errors() 62 faulted = false; in test_segv_errors() 69 FAIL_IF(!faulted); in test_segv_errors()
|
| /linux/arch/microblaze/kernel/ |
| H A D | ftrace.c | 25 int faulted; in prepare_ftrace_return() local 52 : "=&r" (old), "=r" (faulted) in prepare_ftrace_return() 59 if (unlikely(faulted)) { in prepare_ftrace_return() 74 int faulted = 0; in ftrace_modify_code() local 86 : "=r" (faulted) in ftrace_modify_code() 90 if (unlikely(faulted)) in ftrace_modify_code()
|
| /linux/arch/sparc/kernel/ |
| H A D | ftrace.c | 29 int faulted; in ftrace_modify_code() local 46 : "=r" (replaced), [faulted] "=r" (faulted) in ftrace_modify_code() 51 faulted = 2; in ftrace_modify_code() 53 return faulted; in ftrace_modify_code()
|
| H A D | wof.S | 365 b spwin_user_stack_is_bolixed + 0x4 ! we faulted, ugh
|
| /linux/tools/testing/selftests/powerpc/mce/ |
| H A D | inject-ra-err.c | 17 static bool faulted; variable 24 faulted = true; in sigbus_handler() 56 FAIL_IF(!faulted); in test_ra_error()
|
| /linux/arch/sh/kernel/ |
| H A D | ftrace.c | 319 int faulted; in prepare_ftrace_return() local 352 : "=&r" (old), "=r" (faulted) in prepare_ftrace_return() 356 if (unlikely(faulted)) { in prepare_ftrace_return()
|
| /linux/kernel/trace/ |
| H A D | trace_events_user.c | 202 void *tpdata, bool *faulted); 1581 void *tpdata, bool *faulted) in user_event_ftrace() argument 1612 *faulted = true; in user_event_ftrace() 1622 void *tpdata, bool *faulted) in user_event_perf() argument 1655 *faulted = true; in user_event_perf() 2278 bool faulted; in user_events_write_core() local 2283 faulted = false; in user_events_write_core() 2294 probe_func(user, ©, tpdata, &faulted); in user_events_write_core() 2300 if (unlikely(faulted)) in user_events_write_core()
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | hugetlb.rst | 117 to the first task that causes the memory to be reserved or faulted, and all 118 subsequent uses of this reserved or faulted memory is done without charging.
|
| /linux/Documentation/mm/ |
| H A D | unevictable-lru.rst | 181 folio_test_mlocked(), which is set when a folio is faulted into a 306 mark those pages as mlocked as they are faulted. 310 do end up getting faulted into this VM_LOCKED VMA, they will be handled in the 313 For each PTE (or PMD) being faulted into a VMA, the page add rmap function 464 mmap() + mlock() will fail if the range cannot be faulted in (e.g. because
|
| H A D | process_addrs.rst | 265 … is set as soon as any page is faulted in. setting :c:macro:`NULL`:
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-trace.txt | 267 - addr.dso shows DSO for the faulted address; 293 CRYPTO_push_info_ routine which faulted somewhere in libcrypto.so.
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-ibm-bonnell.dts | 147 /*Q0-Q7*/ "cfam-reset","","regulator-standby-faulted","","","","","",
|
| H A D | aspeed-bmc-ibm-balcones.dts | 151 /*Q0-Q7*/ "cfam-reset","","regulator-standby-faulted","","","","","",
|
| H A D | aspeed-bmc-ibm-rainier.dts | 215 /*Q0-Q7*/ "cfam-reset","","regulator-standby-faulted","","","","","",
|
| H A D | aspeed-bmc-ibm-everest.dts | 304 /*Q0-Q7*/ "","","regulator-standby-faulted","","","","","",
|
| /linux/Documentation/trace/ |
| H A D | mmiotrace.rst | 130 fault handler. The instruction that faulted is executed and debug trap is
|
| H A D | eprobetrace.rst | 208 is not present. When an eprobe tries to read memory that has not been faulted
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | zswap.rst | 44 either invalidated or faulted back into memory. In order to force all
|
| H A D | numa_memory_policy.rst | 68 installed. Any pages already faulted in by the task when the task 115 the policy is installed. Any pages already faulted into the
|
| H A D | userfaultfd.rst | 138 user-faulted page.
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse.rst | 438 while the page(s) belonging to the write buffer are faulted with
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 6449 Shared memory can be faulted into host userspace
|