Home
last modified time | relevance | path

Searched refs:kern_locked_tte_data (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sparc/mm/
H A Dinit_64.h31 extern unsigned long kern_locked_tte_data;
H A Dinit_64.c574 unsigned long kern_locked_tte_data; variable
688 kern_locked_tte_data = tte_data; in remap_kernel()
/openbmc/linux/arch/sparc/kernel/
H A Dtrampoline_64.S130 sethi %hi(kern_locked_tte_data), %l4
131 ldx [%l4 + %lo(kern_locked_tte_data)], %l4
222 sethi %hi(kern_locked_tte_data), %l4
223 ldx [%l4 + %lo(kern_locked_tte_data)], %l4
H A Dsmp_64.c292 extern unsigned long kern_locked_tte_data; in ldom_startcpu_cpuid()
322 tte_data = kern_locked_tte_data; in ldom_startcpu_cpuid()