Home | History | Annotate | Download | only in modules

Lines Matching refs:where

61 int boot_raw(void *ptr, size_t len, addr_t where, char **argv)
87 dprintf("Segment at 0x%08x len 0x%08x\n", where, len);
89 if (syslinux_memmap_type(amap, where, len) != SMT_FREE) {
91 where, len);
96 if (syslinux_add_memmap(&amap, where, len, SMT_ALLOC))
100 if (syslinux_add_movelist(&ml, where, (addr_t) ptr, len))
169 regs.eip = where;
199 addr_t where;
206 where = strtoul(argv[2], NULL, 0);
213 boot_raw(data, data_len, where, &argv[1]);