Home
last modified time | relevance | path

Searched refs:MEM_SIZE_IS_IN_BYTES (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/loongson64/
H A Dinit.c68 if (mem_size & MEM_SIZE_IS_IN_BYTES) in szmem()
69 mem_size &= ~MEM_SIZE_IS_IN_BYTES; in szmem()
/linux/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h21 #define MEM_SIZE_IS_IN_BYTES (1 << 31) macro