Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/kernel/
Dftrace.c73 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/
Dftrace.c25 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/
Dftrace.c28 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()
Dwof.S426 b spwin_user_stack_is_bolixed + 0x4 ! we faulted, ugh
/linux-2.6.39/arch/um/kernel/
Duaccess.c25 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/
Dftrace.c402 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/
Dftrace.c346 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/
Dftrace.c541 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/
Duaccess.c64 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/
Dvfphw.S64 @ r0 = faulted instruction
65 @ r2 = faulted PC+4
188 @ retry the faulted instruction
/linux-2.6.39/Documentation/trace/
Dmmiotrace.txt111 fault handler. The instruction that faulted is executed and debug trap is
/linux-2.6.39/Documentation/vm/
Dnuma_memory_policy.txt57 installed. Any pages already faulted in by the task when the task
96 is installed. Any pages already faulted into the VMA range remain
Dunevictable-lru.txt204 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/
Dentry.S410 @ r0 = faulted instruction
/linux-2.6.39/Documentation/filesystems/
Dfuse.txt421 while the page(s) belonging to the write buffer are faulted with
DLocking511 to be faulted in. The filesystem must find and return the page associated