Lines Matching +full:0 +full:x20110000

88 	.start	= 0,
89 .end = 0,
95 .start = 0,
96 .end = 0,
102 .start = 0,
103 .end = 0,
109 .start = 0,
110 .end = 0,
161 #define RAMDISK_IMAGE_START_MASK 0x07FF
162 #define RAMDISK_PROMPT_FLAG 0x8000
163 #define RAMDISK_LOAD_FLAG 0x4000
200 BUG_ON(_brk_start == 0);
209 memset(ret, 0, size);
228 _brk_start = 0;
239 if (ramdisk_image == 0)
250 if (ramdisk_size == 0)
262 int ret = 0;
265 u64 relocated_ramdisk = memblock_phys_alloc_range(area_size, PAGE_SIZE, 0,
311 initrd_start = 0;
370 ima_kexec_buffer_phys = 0;
371 ima_kexec_buffer_size = 0;
373 return 0;
384 return 0;
474 unsigned long long crash_base, crash_size, low_size = 0;
498 { .name = "dma1", .start = 0x00, .end = 0x1f,
500 { .name = "pic1", .start = 0x20, .end = 0x21,
502 { .name = "timer0", .start = 0x40, .end = 0x43,
504 { .name = "timer1", .start = 0x50, .end = 0x53,
506 { .name = "keyboard", .start = 0x60, .end = 0x60,
508 { .name = "keyboard", .start = 0x64, .end = 0x64,
510 { .name = "dma page reg", .start = 0x80, .end = 0x8f,
512 { .name = "pic2", .start = 0xa0, .end = 0xa1,
514 { .name = "dma2", .start = 0xc0, .end = 0xdf,
516 { .name = "fpu", .start = 0xf0, .end = 0xff,
525 for (i = 0; i < ARRAY_SIZE(standard_io_resources); i++)
536 0x0102,
537 0x0112,
538 0x0122,
539 0x0106,
540 0x0116,
541 0x0126,
542 0x010a,
549 vendor = read_pci_config_16(0, 2, 0, PCI_VENDOR_ID);
550 if (vendor != 0x8086)
553 devid = read_pci_config_16(0, 2, 0, PCI_DEVICE_ID);
554 for (i = 0; i < ARRAY_SIZE(snb_ids); i++)
569 0x20050000,
570 0x20110000,
571 0x20130000,
572 0x20138000,
573 0x40004000,
593 for (i = 0; i < ARRAY_SIZE(bad_pages); i++) {
595 printk(KERN_WARNING "failed to reserve 0x%08lx\n",
611 e820__range_update(0, PAGE_SIZE, E820_TYPE_RAM, E820_TYPE_RESERVED);
640 e820__range_remove(start, size, E820_TYPE_RAM, 0);
663 * In addition, make sure page 0 is always reserved because on
666 memblock_reserve(0, SZ_64K);
683 pr_emerg("Kernel Offset: 0x%lx from 0x%lx (relocation range: 0x%lx-0x%lx)\n",
692 return 0;
765 if (builtin_cmdline[0]) {
801 if ((bootloader_type >> 4) == 0xe) {
802 bootloader_type &= 0xf;
803 bootloader_type |= (boot_params.hdr.ext_loader_type+0x10) << 4;
805 bootloader_version = bootloader_type & 0xf;
934 e820__range_update(0x70000000ULL, 0x40000ULL, E820_TYPE_RAM,
1021 printk(KERN_DEBUG "initial memory mapped: [mem 0x00000000-%#010lx]\n",
1173 if (!efi_enabled(EFI_BOOT) || (efi_mem_type(0xa0000) != EFI_CONVENTIONAL_MEMORY))
1205 .start = 0xa0000,
1206 .end = 0xbffff,
1226 return 0;
1233 return cpu > 0;