/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | ftrace.c | 75 int faulted; in ftrace_modify_code() local 79 safe_store_code(new_code, ip, faulted); in ftrace_modify_code() 81 if (unlikely(faulted)) in ftrace_modify_code() 96 int faulted; in ftrace_modify_code_2() local 99 safe_store_code(new_code1, ip, faulted); in ftrace_modify_code_2() 100 if (unlikely(faulted)) in ftrace_modify_code_2() 104 safe_store_code(new_code2, ip, faulted); in ftrace_modify_code_2() 105 if (unlikely(faulted)) in ftrace_modify_code_2() 120 int faulted; in ftrace_modify_code_2r() local 124 safe_store_code(new_code2, ip, faulted); in ftrace_modify_code_2r() [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
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()
|
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()
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
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()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
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()
|
D | wof.S | 365 b spwin_user_stack_is_bolixed + 0x4 ! we faulted, ugh
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
D | ftrace.c | 324 int faulted; in prepare_ftrace_return() local 357 : "=&r" (old), "=r" (faulted) in prepare_ftrace_return() 361 if (unlikely(faulted)) { in prepare_ftrace_return()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | ftrace.c | 636 int faulted; in prepare_ftrace_return() local 675 : [old] "=&r" (old), [faulted] "=r" (faulted) in prepare_ftrace_return() 680 if (unlikely(faulted)) { in prepare_ftrace_return()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | gk104.c | 41 bool faulted; member 61 status->faulted = !!(stat & 0x40000000); in gk104_fifo_engine_status() 90 engn, status->busy, status->faulted, in gk104_fifo_engine_status() 424 if (!status.faulted && engine) { in gk104_fifo_recover_engn() 449 if (status.faulted) in gk104_fifo_recover_engn()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
D | hugetlb.rst | 109 to the first task that causes the memory to be reserved or faulted, and all 110 subsequent uses of this reserved or faulted memory is done without charging.
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-trace.txt | 255 - addr.dso shows DSO for the faulted address; 281 CRYPTO_push_info_ routine which faulted somewhere in libcrypto.so.
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
D | tlbex.S | 201 ; OUT: r0 = PTE faulted on, r1 = ptr to PTE, r2 = Faulting V-address
|
/kernel/linux/linux-5.10/Documentation/trace/ |
D | mmiotrace.rst | 130 fault handler. The instruction that faulted is executed and debug trap is
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | zswap.rst | 52 either invalidated or faulted back into memory. In order to force all
|
D | unevictable-lru.rst | 185 faulted into a VM_LOCKED vma, or found in a vma being VM_LOCKED. 308 do end up getting faulted into this VM_LOCKED VMA, we'll handle them in the 475 will fail if the range cannot be faulted in (e.g. because mm_populate fails)
|
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/ |
D | numa_memory_policy.rst | 70 installed. Any pages already faulted in by the task when the task 117 the policy is installed. Any pages already faulted into the
|
D | userfaultfd.rst | 101 user-faulted page.
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | fuse.rst | 405 while the page(s) belonging to the write buffer are faulted with
|
D | locking.rst | 627 to be faulted in. The filesystem must find and return the page associated
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 59643 - * any other file mapping (ie. marked !present and faulted in with
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 364197 - * any other file mapping (ie. marked !present and faulted in with
|