| tag | line | file | source code |
| cause | 43 | arch/alpha/mm/fault.c | long cause, struct pt_regs * regs) |
| cause | 65 | arch/alpha/mm/fault.c | if (cause < 0) { |
| cause | 68 | arch/alpha/mm/fault.c | } else if (!cause) { |
| cause | 77 | arch/alpha/mm/fault.c | do_wp_page(vma, address, cause > 0); |
| cause | 80 | arch/alpha/mm/fault.c | do_no_page(vma, address, cause > 0); |
| cause | 97 | arch/alpha/mm/fault.c | die_if_kernel("Oops", regs, cause); |
| cause | 417 | drivers/sound/pas2_pcm.c | pas_pcm_interrupt (unsigned char status, int cause) |
| cause | 419 | drivers/sound/pas2_pcm.c | if (cause == 1) /* |
| cause | 166 | drivers/sound/sound_calls.h | void pas_pcm_interrupt(unsigned char status, int cause); |