Home
last modified time | relevance | path

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

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