Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/kernel/
A Dftrace.c75 int faulted; in ftrace_modify_code() local
80 if (unlikely(faulted)) in ftrace_modify_code()
92 int faulted; in ftrace_modify_code_2() local
95 if (unlikely(faulted)) in ftrace_modify_code_2()
100 if (unlikely(faulted)) in ftrace_modify_code_2()
112 int faulted; in ftrace_modify_code_2r() local
116 if (unlikely(faulted)) in ftrace_modify_code_2r()
121 if (unlikely(faulted)) in ftrace_modify_code_2r()
256 int faulted; in ftrace_get_parent_ra_addr() local
291 if (unlikely(faulted)) in ftrace_get_parent_ra_addr()
[all …]
/linux-6.3-rc2/tools/testing/selftests/powerpc/mm/
A Dsegv_errors.c22 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()
A 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-6.3-rc2/arch/microblaze/kernel/
A Dftrace.c25 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-6.3-rc2/arch/sparc/kernel/
A Dftrace.c29 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()
A Dwof.S365 b spwin_user_stack_is_bolixed + 0x4 ! we faulted, ugh
/linux-6.3-rc2/tools/testing/selftests/powerpc/mce/
A Dinject-ra-err.c17 static bool faulted; variable
24 faulted = true; in sigbus_handler()
56 FAIL_IF(!faulted); in test_ra_error()
/linux-6.3-rc2/arch/sh/kernel/
A Dftrace.c319 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-6.3-rc2/kernel/trace/
A Dtrace_events_user.c147 void *tpdata, bool *faulted);
899 void *tpdata, bool *faulted) in user_event_ftrace() argument
930 *faulted = true; in user_event_ftrace()
940 void *tpdata, bool *faulted) in user_event_perf() argument
973 *faulted = true; in user_event_perf()
1432 bool faulted; in user_events_write_core() local
1437 faulted = false; in user_events_write_core()
1448 probe_func(user, &copy, tpdata, &faulted); in user_events_write_core()
1454 if (unlikely(faulted)) in user_events_write_core()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
A Dgk104.c193 bool faulted; member
209 status->faulted = !!(stat & 0x40000000); in gk104_engn_status()
237 stat, status->busy, status->faulted, status->chsw, status->save, status->load, in gk104_engn_status()
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/
A Dhugetlb.rst113 to the first task that causes the memory to be reserved or faulted, and all
114 subsequent uses of this reserved or faulted memory is done without charging.
/linux-6.3-rc2/Documentation/mm/
A Dunevictable-lru.rst179 folio_test_mlocked(), which is set when a folio is faulted into a
304 mark those pages as mlocked as they are faulted.
308 do end up getting faulted into this VM_LOCKED VMA, they will be handled in the
311 For each PTE (or PMD) being faulted into a VMA, the page add rmap function
462 mmap() + mlock() will fail if the range cannot be faulted in (e.g. because
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-trace.txt255 - addr.dso shows DSO for the faulted address;
281 CRYPTO_push_info_ routine which faulted somewhere in libcrypto.so.
/linux-6.3-rc2/Documentation/trace/
A Dmmiotrace.rst130 fault handler. The instruction that faulted is executed and debug trap is
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dzswap.rst44 either invalidated or faulted back into memory. In order to force all
A Dnuma_memory_policy.rst68 installed. Any pages already faulted in by the task when the task
115 the policy is installed. Any pages already faulted into the
A Duserfaultfd.rst135 user-faulted page.
/linux-6.3-rc2/arch/arm/boot/dts/
A Daspeed-bmc-ibm-bonnell.dts169 /*Q0-Q7*/ "cfam-reset","","regulator-standby-faulted","","","","","",
A Daspeed-bmc-ibm-rainier.dts265 /*Q0-Q7*/ "cfam-reset","","regulator-standby-faulted","","","","","",
A Daspeed-bmc-ibm-everest.dts281 /*Q0-Q7*/ "","","regulator-standby-faulted","","","","","",
/linux-6.3-rc2/Documentation/filesystems/
A Dfuse.rst424 while the page(s) belonging to the write buffer are faulted with
A Dlocking.rst654 ->fault() is called when a previously not present pte is about to be faulted

Completed in 52 milliseconds