/linux-2.6.39/arch/mips/kernel/ |
D | ftrace.c | 73 int faulted; in ftrace_modify_code() local 76 safe_store_code(new_code, ip, faulted); in ftrace_modify_code() 78 if (unlikely(faulted)) in ftrace_modify_code() 205 int faulted; in ftrace_get_parent_ra_addr() local 220 safe_load_code(code, ip, faulted); in ftrace_get_parent_ra_addr() 222 if (unlikely(faulted)) in ftrace_get_parent_ra_addr() 239 safe_load_stack(tmp, sp, faulted); in ftrace_get_parent_ra_addr() 240 if (unlikely(faulted)) in ftrace_get_parent_ra_addr() 261 int faulted, insns; in prepare_ftrace_return() local 284 safe_load_stack(old_parent_ra, parent_ra_addr, faulted); in prepare_ftrace_return() [all …]
|
/linux-2.6.39/arch/microblaze/kernel/ |
D | ftrace.c | 25 int faulted, err; in prepare_ftrace_return() local 50 : "=&r" (old), "=r" (faulted) in prepare_ftrace_return() 57 if (unlikely(faulted)) { in prepare_ftrace_return() 82 int faulted = 0; in ftrace_modify_code() local 94 : "=r" (faulted) in ftrace_modify_code() 98 if (unlikely(faulted)) in ftrace_modify_code()
|
/linux-2.6.39/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 | 426 b spwin_user_stack_is_bolixed + 0x4 ! we faulted, ugh
|
/linux-2.6.39/arch/um/kernel/ |
D | uaccess.c | 25 int faulted; in __do_copy_to_user() local 28 __do_copy, &faulted); in __do_copy_to_user() 29 if (!faulted) in __do_copy_to_user()
|
/linux-2.6.39/arch/x86/kernel/ |
D | ftrace.c | 402 int faulted; in prepare_ftrace_return() local 429 : [old] "=&r" (old), [faulted] "=r" (faulted) in prepare_ftrace_return() 434 if (unlikely(faulted)) { in prepare_ftrace_return()
|
/linux-2.6.39/arch/sh/kernel/ |
D | ftrace.c | 346 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-2.6.39/arch/powerpc/kernel/ |
D | ftrace.c | 541 int faulted; in prepare_ftrace_return() local 578 : [old] "=&r" (old), [faulted] "=r" (faulted) in prepare_ftrace_return() 583 if (unlikely(faulted)) { in prepare_ftrace_return()
|
/linux-2.6.39/arch/um/kernel/skas/ |
D | uaccess.c | 64 int n, faulted; in do_op_one_page() local 76 faulted = UML_SETJMP(&buf); in do_op_one_page() 77 if (faulted == 0) in do_op_one_page()
|
/linux-2.6.39/arch/arm/vfp/ |
D | vfphw.S | 64 @ r0 = faulted instruction 65 @ r2 = faulted PC+4 188 @ retry the faulted instruction
|
/linux-2.6.39/Documentation/trace/ |
D | mmiotrace.txt | 111 fault handler. The instruction that faulted is executed and debug trap is
|
/linux-2.6.39/Documentation/vm/ |
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 | unevictable-lru.txt | 204 efficient "culling" of pages in the fault path that are being faulted in to 329 do end up getting faulted into this VM_LOCKED VMA, we'll handle them in the
|
/linux-2.6.39/arch/unicore32/kernel/ |
D | entry.S | 410 @ r0 = faulted instruction
|
/linux-2.6.39/Documentation/filesystems/ |
D | fuse.txt | 421 while the page(s) belonging to the write buffer are faulted with
|
D | Locking | 511 to be faulted in. The filesystem must find and return the page associated
|