Searched refs:writeaccess (Results 1 – 7 of 7) sorted by relevance
/arch/cris/mm/ |
D | fault.c | 54 int protection, int writeaccess) in do_page_fault() argument 66 protection, writeaccess)); in do_page_fault() 153 if (writeaccess == 2){ in do_page_fault() 156 } else if (writeaccess == 1) { in do_page_fault() 274 die_if_kernel("Oops", regs, (writeaccess << 1) | protection); in do_page_fault()
|
/arch/sh/include/asm/ |
D | traps_32.h | 43 unsigned long writeaccess,
|
/arch/cris/arch-v10/mm/ |
D | fault.c | 32 int protection, int writeaccess);
|
/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 170 mov #0,r5 ! writeaccess = 0 175 mov #1,r5 ! writeaccess = 1
|
/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 191 mov #0,r5 ! writeaccess is unknown
|
/arch/sh/kernel/ |
D | traps_32.c | 473 unsigned long writeaccess, in do_address_error() argument
|
/arch/sh/kernel/cpu/sh2/ |
D | entry.S | 243 mov #0,r5 ! writeaccess is unknown
|