Searched refs:bootp (Results 1 – 9 of 9) sorted by relevance
72 struct boot_params *bootp = &boot_params; in pvh_reserve_extra_memory() local75 for (i = 0; i < bootp->e820_entries; i++) { in pvh_reserve_extra_memory()76 struct boot_e820_entry *e = &bootp->e820_table[i]; in pvh_reserve_extra_memory()90 for (i = 0; i < bootp->e820_entries && extra_pages; i++) { in pvh_reserve_extra_memory()91 struct boot_e820_entry *e = &bootp->e820_table[i]; in pvh_reserve_extra_memory()103 if (bootp->e820_entries == in pvh_reserve_extra_memory()104 ARRAY_SIZE(bootp->e820_table)) in pvh_reserve_extra_memory()111 (bootp->e820_entries - i) * sizeof(*e)); in pvh_reserve_extra_memory()112 bootp->e820_entries++; in pvh_reserve_extra_memory()
86 $(obj)/bootp/bootp: $(obj)/zImage FORCE87 $(Q)$(MAKE) $(build)=$(obj)/bootp $@89 $(obj)/bootpImage: $(obj)/bootp/bootp FORCE92 subdir- := bootp compressed dts
3 * linux/arch/arm/boot/bootp/bootp.lds
47 $(obj)/bootp.o: $(obj)/ksize.h108 OBJ_bootph := $(obj)/head.o $(obj)/stdio.o $(obj)/bootp.o
10 CONFIG_CMDLINE="console=ttyS0,38400 ip=bootp root=nfs nfsroot=/opt/montavista/pro/devkit/xtensa/lin…
18 CONFIG_CMDLINE="console=ttyAM0,38400n8 root=/dev/nfs ip=bootp"
22 CONFIG_CMDLINE="console=ttyAM0,115200 root=/dev/nfs ip=bootp"
17 CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/nfs ip=bootp"
26 CONFIG_CMDLINE="mem=128M console=tty0 console=ttySC0,115200 ip=bootp root=/dev/nfs nfsroot=192.168.…
Completed in 14 milliseconds