Home
last modified time | relevance | path

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

/linux/arch/m68k/mm/
H A Dinit.c45 int m68k_virt_to_node_shift; variable
H A Dmcfmmu.c176 m68k_virt_to_node_shift = fls(_ramend - 1) - 6; in cf_bootmem_alloc()
H A Dmotorola.c473 m68k_virt_to_node_shift = fls(max_addr - min_addr) - 6; in paging_init()
/linux/arch/m68k/include/asm/
H A Dpage_mm.h133 extern int m68k_virt_to_node_shift;
/linux/arch/m68k/kernel/
H A Dmodule.c124 *(u16 *)fixup->addr += m68k_virt_to_node_shift; in module_fixup()