Searched refs:textaccess (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/mm/
H A Dfault_64.c83 unsigned long long textaccess,
110 __do_tlb_refill(address, textaccess, pte);
117 unsigned long long textaccess,
169 __do_tlb_refill(address, textaccess, pte);
214 unsigned long long textaccess; local
234 textaccess = expevt_lookup_table.is_text_access[index];
258 textaccess, address))
261 if (handle_tlbmiss(mm, protection_flags, textaccess, address))
81 handle_vmalloc_fault(struct mm_struct *mm, unsigned long protection_flags, unsigned long long textaccess, unsigned long address) argument
115 handle_tlbmiss(struct mm_struct *mm, unsigned long long protection_flags, unsigned long long textaccess, unsigned long address) argument
H A Dtlbflush_64.c93 unsigned long textaccess, unsigned long address)
136 printk("%s:%d fault, address is 0x%08x PC %016Lx textaccess %d writeaccess %d\n",
138 address,regs->pc,textaccess,writeaccess);
150 printk("%s:%d fault, address is 0x%08x PC %016Lx textaccess %d writeaccess %d\n",
152 address,regs->pc,textaccess,writeaccess);
162 printk("%s:%d fault, address is 0x%08x PC %016Lx textaccess %d writeaccess %d\n",
164 address,regs->pc,textaccess,writeaccess);
174 if (textaccess) {
223 __do_tlb_refill(address, textaccess, pte);
92 do_page_fault(struct pt_regs *regs, unsigned long writeaccess, unsigned long textaccess, unsigned long address) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/mm/
H A Dfault_64.c83 unsigned long long textaccess,
110 __do_tlb_refill(address, textaccess, pte);
117 unsigned long long textaccess,
169 __do_tlb_refill(address, textaccess, pte);
214 unsigned long long textaccess; local
234 textaccess = expevt_lookup_table.is_text_access[index];
258 textaccess, address))
261 if (handle_tlbmiss(mm, protection_flags, textaccess, address))
81 handle_vmalloc_fault(struct mm_struct *mm, unsigned long protection_flags, unsigned long long textaccess, unsigned long address) argument
115 handle_tlbmiss(struct mm_struct *mm, unsigned long long protection_flags, unsigned long long textaccess, unsigned long address) argument
H A Dtlbflush_64.c93 unsigned long textaccess, unsigned long address)
136 printk("%s:%d fault, address is 0x%08x PC %016Lx textaccess %d writeaccess %d\n",
138 address,regs->pc,textaccess,writeaccess);
150 printk("%s:%d fault, address is 0x%08x PC %016Lx textaccess %d writeaccess %d\n",
152 address,regs->pc,textaccess,writeaccess);
162 printk("%s:%d fault, address is 0x%08x PC %016Lx textaccess %d writeaccess %d\n",
164 address,regs->pc,textaccess,writeaccess);
174 if (textaccess) {
223 __do_tlb_refill(address, textaccess, pte);
92 do_page_fault(struct pt_regs *regs, unsigned long writeaccess, unsigned long textaccess, unsigned long address) argument

Completed in 60 milliseconds