Home
last modified time | relevance | path

Searched refs:m68k_virt_to_node_shift (Results 1 – 5 of 5) sorted by relevance

/arch/m68k/platform/coldfire/
Dm54xx.c104 m68k_virt_to_node_shift = fls(_ramend - _rambase - 1) - 6; in mcf54xx_bootmem_alloc()
/arch/m68k/kernel/
Dmodule.c124 *(u16 *)fixup->addr += m68k_virt_to_node_shift; in module_fixup()
/arch/m68k/include/asm/
Dpage_mm.h129 extern int m68k_virt_to_node_shift;
/arch/m68k/mm/
Dinit.c52 int m68k_virt_to_node_shift; variable
Dmotorola.c245 m68k_virt_to_node_shift = fls(max_addr - min_addr - 1) - 6; in paging_init()