Searched refs:faulted (Results 1 - 10 of 10) sorted by relevance

/arch/mips/kernel/
H A Dftrace.c79 int faulted; local
82 safe_store_code(new_code, ip, faulted);
84 if (unlikely(faulted))
206 int faulted; local
221 safe_load_code(code, ip, faulted);
223 if (unlikely(faulted))
240 safe_load_stack(tmp, sp, faulted);
241 if (unlikely(faulted))
262 int faulted, insns; local
285 safe_load_stack(old_parent_ra, parent_ra_addr, faulted);
[all...]
/arch/microblaze/kernel/
H A Dftrace.c25 int faulted, err; local
50 : "=&r" (old), "=r" (faulted)
57 if (unlikely(faulted)) {
82 int faulted = 0; local
94 : "=r" (faulted)
98 if (unlikely(faulted))
/arch/sparc/kernel/
H A Dftrace.c28 int faulted; local
33 " mov 0, %[faulted]\n"
37 "3: sethi %%hi(2b), %[faulted]\n"
38 " jmpl %[faulted] + %%lo(2b), %%g0\n"
39 " mov 1, %[faulted]\n"
45 : "=r" (replaced), [faulted] "=r" (faulted)
50 faulted = 2;
52 return faulted;
H A Dwof.S426 b spwin_user_stack_is_bolixed + 0x4 ! we faulted, ugh
/arch/sh/kernel/
H A Dftrace.c346 int faulted, err; local
377 : "=&r" (old), "=r" (faulted)
381 if (unlikely(faulted)) {
/arch/x86/kernel/
H A Dftrace.c402 int faulted; local
418 " movl $0, %[faulted]\n"
422 "4: movl $1, %[faulted]\n"
429 : [old] "=&r" (old), [faulted] "=r" (faulted)
434 if (unlikely(faulted)) {
/arch/powerpc/kernel/
H A Dftrace.c542 int faulted; local
565 " li %[faulted], 0\n"
569 "4: li %[faulted], 1\n"
579 : [old] "=&r" (old), [faulted] "=r" (faulted)
584 if (unlikely(faulted)) {
/arch/um/kernel/skas/
H A Duaccess.c65 int n, faulted; local
77 faulted = UML_SETJMP(&buf);
78 if (faulted == 0)
/arch/arm/vfp/
H A Dvfphw.S64 @ r0 = faulted instruction
65 @ r2 = faulted PC+4
211 @ retry the faulted instruction
/arch/unicore32/kernel/
H A Dentry.S410 @ r0 = faulted instruction

Completed in 260 milliseconds