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

/linux-4.4.14/arch/powerpc/mm/
H A Dhash_utils_64.c803 * tce_alloc_start/end are 16MB aligned so the mapping should work
806 if (tce_alloc_start) {
807 tce_alloc_start = (unsigned long)__va(tce_alloc_start);
810 if (base + size >= tce_alloc_start)
811 tce_alloc_start = base + size + 1;
813 BUG_ON(htab_bolt_mapping(tce_alloc_start, tce_alloc_end,
814 __pa(tce_alloc_start), prot,
/linux-4.4.14/arch/powerpc/kernel/
H A Dprom.c70 unsigned long tce_alloc_start, tce_alloc_end; variable
420 tce_alloc_start = *lprop; early_init_dt_scan_chosen_ppc()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dmmu-hash64.h220 extern unsigned long tce_alloc_start, tce_alloc_end;

Completed in 143 milliseconds