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

/linux-4.1.27/arch/m32r/mm/
H A Dfault-nommu.c34 asmlinkage unsigned int tlb_entry_i_dat; variable
36 #define tlb_entry_i tlb_entry_i_dat
39 unsigned int tlb_entry_i_dat[NR_CPUS]; variable
41 #define tlb_entry_i tlb_entry_i_dat[smp_processor_id()]
H A Dmmu.S24 .global tlb_entry_i_dat
86 seth r2, #high(tlb_entry_i_dat)
87 or3 r2, r2, #low(tlb_entry_i_dat)
90 seth r2, #high(tlb_entry_i_dat)
91 or3 r2, r2, #low(tlb_entry_i_dat)
231 seth r3, #shigh(tlb_entry_i_dat)
232 ld r4, @(low(tlb_entry_i_dat),r3)
239 st r4, @(low(tlb_entry_i_dat),r3)
H A Dfault.c37 asmlinkage unsigned int tlb_entry_i_dat; variable
39 #define tlb_entry_i tlb_entry_i_dat
42 unsigned int tlb_entry_i_dat[NR_CPUS]; variable
44 #define tlb_entry_i tlb_entry_i_dat[smp_processor_id()]

Completed in 108 milliseconds