Searched refs:MULTIBOOT_SEARCH (Results 1 – 5 of 5) sorted by relevance
160 mem2 <= MULTIBOOT_SEARCH - sizeof (multiboot2_header_t); in patch64()169 if (ndx == 0 || mem2 + ndx > MULTIBOOT_SEARCH) { in patch64()283 if (sb.st_size < MULTIBOOT_SEARCH) { in main()293 image = mmap(NULL, MULTIBOOT_SEARCH, PROT_READ | PROT_WRITE, in main()
58 unsigned char buffer[MULTIBOOT_SEARCH]; in load_image()67 if (!(len = grub_read (buffer, MULTIBOOT_SEARCH)) || len < 32) in load_image()378 if (data_len + SECTOR_SIZE <= MULTIBOOT_SEARCH) in load_image()383 grub_memmove (linux_data_tmp_addr, buffer, MULTIBOOT_SEARCH); in load_image()384 grub_read (linux_data_tmp_addr + MULTIBOOT_SEARCH, in load_image()385 data_len + SECTOR_SIZE - MULTIBOOT_SEARCH); in load_image()
57 #define MULTIBOOT_SEARCH 8192 macro
47 #define MULTIBOOT_SEARCH 32768 macro
930 is less than or equal to MULTIBOOT_SEARCH, instead of if931 DATA_LEN is less than or equal to MULTIBOOT_SEARCH.1628 greater than MULTIBOOT_SEARCH. If that's true, read the rest