Home
last modified time | relevance | path

Searched refs:CAN_USE_HEAP (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/boot/
H A Dmain.c122 if (boot_params.hdr.loadflags & CAN_USE_HEAP) { in init_heap()
H A Dedd.c57 if (!(boot_params.hdr.loadflags & CAN_USE_HEAP)) in read_mbr_sig()
/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h17 #define CAN_USE_HEAP (1<<7) macro