Home
last modified time | relevance | path

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

/arch/sh/include/asm/
Dsetup.h10 #define PARAM ((unsigned char *)empty_zero_page) macro
12 #define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000))
13 #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004))
14 #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008))
15 #define LOADER_TYPE (*(unsigned long *) (PARAM+0x00c))
16 #define INITRD_START (*(unsigned long *) (PARAM+0x010))
17 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x014))
19 #define COMMAND_LINE ((char *) (PARAM+0x100))
/arch/alpha/include/asm/
Dsetup.h38 #define PARAM ZERO_PGE macro
39 #define COMMAND_LINE ((char *)(absolute_pointer(PARAM + 0x0000)))
40 #define INITRD_START (*(unsigned long *) (PARAM+0x100))
41 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x108))