Home
last modified time | relevance | path

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

/hardware/intel/bootstub/
Dbootstub.h24 #define CMDLINE_OFFSET BASE_ADDRESS macro
25 #define BZIMAGE_SIZE_OFFSET (CMDLINE_OFFSET + CMDLINE_SIZE)
Dbootstub.c172 cmdline_len = strnlen((const char *)CMDLINE_OFFSET, CMDLINE_SIZE); in bzImage_setup()
178 memcpy(cmdline, (const void *)CMDLINE_OFFSET, cmdline_len); in bzImage_setup()
376 mb.cmdline = (u32)strnchr((char *)CMDLINE_OFFSET, '$', CMDLINE_SIZE) + 1; in xen_multiboot_setup()
380 src = (char *)CMDLINE_OFFSET; in xen_multiboot_setup()
381 for (i = 0 ;i < strnlen((const char *)CMDLINE_OFFSET, CMDLINE_SIZE);i++) { in xen_multiboot_setup()
396 modules[0].string = CMDLINE_OFFSET; in xen_multiboot_setup()