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

/linux-4.1.27/arch/m32r/mm/
H A Dfault-nommu.c35 asmlinkage unsigned int tlb_entry_d_dat; variable
37 #define tlb_entry_d tlb_entry_d_dat
40 unsigned int tlb_entry_d_dat[NR_CPUS]; variable
42 #define tlb_entry_d tlb_entry_d_dat[smp_processor_id()]
H A Dmmu.S25 .global tlb_entry_d_dat
53 seth r2, #high(tlb_entry_d_dat)
54 or3 r2, r2, #low(tlb_entry_d_dat)
57 seth r2, #high(tlb_entry_d_dat)
58 or3 r2, r2, #low(tlb_entry_d_dat)
245 seth r3, #shigh(tlb_entry_d_dat)
246 ld r4, @(low(tlb_entry_d_dat),r3)
253 st r4, @(low(tlb_entry_d_dat),r3)
H A Dfault.c38 asmlinkage unsigned int tlb_entry_d_dat; variable
40 #define tlb_entry_d tlb_entry_d_dat
43 unsigned int tlb_entry_d_dat[NR_CPUS]; variable
45 #define tlb_entry_d tlb_entry_d_dat[smp_processor_id()]

Completed in 147 milliseconds