Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dftrace.c79 int faulted; in ftrace_modify_code() local
83 safe_store_code(new_code, ip, faulted); in ftrace_modify_code()
85 if (unlikely(faulted)) in ftrace_modify_code()
100 int faulted; in ftrace_modify_code_2() local
103 safe_store_code(new_code1, ip, faulted); in ftrace_modify_code_2()
104 if (unlikely(faulted)) in ftrace_modify_code_2()
108 safe_store_code(new_code2, ip, faulted); in ftrace_modify_code_2()
109 if (unlikely(faulted)) in ftrace_modify_code_2()
124 int faulted; in ftrace_modify_code_2r() local
128 safe_store_code(new_code2, ip, faulted); in ftrace_modify_code_2r()
[all …]
/Linux-v4.19/tools/testing/selftests/powerpc/mm/
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()
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-v4.19/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-v4.19/arch/sparc/kernel/
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()
Dwof.S365 b spwin_user_stack_is_bolixed + 0x4 ! we faulted, ugh
/Linux-v4.19/arch/sh/kernel/
Dftrace.c324 int faulted, err; in prepare_ftrace_return() local
358 : "=&r" (old), "=r" (faulted) in prepare_ftrace_return()
362 if (unlikely(faulted)) { in prepare_ftrace_return()
/Linux-v4.19/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-v4.19/arch/x86/kernel/
Dftrace.c996 int faulted; in prepare_ftrace_return() local
1038 : [old] "=&r" (old), [faulted] "=r" (faulted) in prepare_ftrace_return()
1043 if (unlikely(faulted)) { in prepare_ftrace_return()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dgk104.c41 bool faulted; member
61 status->faulted = !!(stat & 0x40000000); in gk104_fifo_engine_status()
90 engn, status->busy, status->faulted, in gk104_fifo_engine_status()
393 if (!status.faulted && engine) { in gk104_fifo_recover_engn()
418 if (status.faulted) in gk104_fifo_recover_engn()
/Linux-v4.19/tools/perf/Documentation/
Dperf-trace.txt213 - addr.dso shows DSO for the faulted address;
239 CRYPTO_push_info_ routine which faulted somewhere in libcrypto.so.
/Linux-v4.19/arch/arc/mm/
Dtlbex.S194 ; OUT: r0 = PTE faulted on, r1 = ptr to PTE, r2 = Faulting V-address
/Linux-v4.19/Documentation/vm/
Dzswap.rst50 either invalidated or faulted back into memory. In order to force all
Dunevictable-lru.rst181 faulted into a VM_LOCKED vma, or found in a vma being VM_LOCKED.
304 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)
/Linux-v4.19/Documentation/trace/
Dmmiotrace.rst130 fault handler. The instruction that faulted is executed and debug trap is
/Linux-v4.19/Documentation/admin-guide/mm/
Duserfaultfd.rst101 user-faulted page.
Dnuma_memory_policy.rst70 installed. Any pages already faulted in by the task when the task
117 the policy is installed. Any pages already faulted into the
Dtranshuge.rst302 first time a page is faulted and for COW faults.
/Linux-v4.19/arch/unicore32/kernel/
Dentry.S410 @ r0 = faulted instruction
/Linux-v4.19/kernel/trace/
Dtrace.c6086 const char faulted[] = "<faulted>"; in tracing_mark_write() local
6092 #define FAULTED_SIZE (sizeof(faulted) - 1) /* '\0' is already accounted for */ in tracing_mark_write()
6124 memcpy(&entry->buf, faulted, FAULTED_SIZE); in tracing_mark_write()
6165 const char faulted[] = "<faulted>"; in tracing_mark_raw_write() local
6205 memcpy(&entry->buf, faulted, FAULTED_SIZE); in tracing_mark_raw_write()
/Linux-v4.19/Documentation/filesystems/
Dfuse.txt421 while the page(s) belonging to the write buffer are faulted with
DLocking550 to be faulted in. The filesystem must find and return the page associated