Home
last modified time | relevance | path

Searched refs:tlb_entry_d_dat (Results 1 – 3 of 3) sorted by relevance

/arch/m32r/mm/
Dfault-nommu.c36 asmlinkage unsigned int tlb_entry_d_dat; variable
38 #define tlb_entry_d tlb_entry_d_dat
41 unsigned int tlb_entry_d_dat[NR_CPUS]; variable
43 #define tlb_entry_d tlb_entry_d_dat[smp_processor_id()]
Dmmu.S26 .global tlb_entry_d_dat symbol
54 seth r2, #high(tlb_entry_d_dat)
55 or3 r2, r2, #low(tlb_entry_d_dat)
58 seth r2, #high(tlb_entry_d_dat)
59 or3 r2, r2, #low(tlb_entry_d_dat)
246 seth r3, #shigh(tlb_entry_d_dat)
247 ld r4, @(low(tlb_entry_d_dat),r3)
254 st r4, @(low(tlb_entry_d_dat),r3)
Dfault.c39 asmlinkage unsigned int tlb_entry_d_dat; variable
41 #define tlb_entry_d tlb_entry_d_dat
44 unsigned int tlb_entry_d_dat[NR_CPUS]; variable
46 #define tlb_entry_d tlb_entry_d_dat[smp_processor_id()]