Searched refs:lowmem (Results 1 – 8 of 8) sorted by relevance
88 size_t lowmem; member103 .lowmem = 0,117 .lowmem = 0,292 *len = htlb->lowmem; in get_lowmem_param()302 return htlb->lowmem; in adj_lowmem_param()309 *skip = htlb->lowmem; in get_highmem_param()649 ctx->lowmem = in hugetlb_setup_memory()661 lowmem = ctx->lowmem; in hugetlb_setup_memory()684 hugetlb_priv[level-1].lowmem = lowmem = in hugetlb_setup_memory()685 lowmem - hugetlb_priv[level].lowmem; in hugetlb_setup_memory()[all …]
67 #define GDT_LOAD_OFF(ctx) (ctx->lowmem - RAMDISK_LOAD_SIZE - 2*KB)68 #define RAMDISK_LOAD_OFF(ctx) (ctx->lowmem - RAMDISK_LOAD_SIZE)69 #define BOOTARGS_LOAD_OFF(ctx) (ctx->lowmem - 8*KB)70 #define KERNEL_ENTRY_OFF(ctx) (ctx->lowmem - 6*KB)71 #define ZEROPAGE_LOAD_OFF(ctx) (ctx->lowmem - 4*KB)190 if (ctx->lowmem <= (RAMDISK_LOAD_SIZE + 2*KB + KERNEL_LOAD_OFF(ctx))) { in acrn_prepare_ramdisk()
81 #define CONFIGPAGE_OFF(ctx) ((ctx)->lowmem - 4*KB)82 #define VSBL_ENTRY_OFF(ctx) ((ctx)->lowmem - 6*KB)83 #define BOOTARGS_OFF(ctx) ((ctx)->lowmem - 8*KB)84 #define E820_TABLE_OFF(ctx) ((ctx)->lowmem - 12*KB)85 #define GUEST_PART_INFO_OFF(ctx) ((ctx)->lowmem - 16*KB)
248 if (ctx->lowmem <= e820[LOWRAM_E820_ENTRY + 1].baseaddr) { in acrn_create_e820_table()251 ctx->lowmem - e820[LOWRAM_E820_ENTRY].baseaddr; in acrn_create_e820_table()259 if (ctx->lowmem > e820[LOWRAM_E820_ENTRY + 3].baseaddr) { in acrn_create_e820_table()261 ctx->lowmem - e820[LOWRAM_E820_ENTRY + 3].baseaddr; in acrn_create_e820_table()
379 ctx->lowmem = ctx->lowmem_limit; in vm_setup_memory()382 ctx->lowmem = memsize; in vm_setup_memory()409 bzero((void *)ctx->baseaddr, ctx->lowmem); in vm_unsetup_memory()427 if (ctx->lowmem > 0) { in vm_map_gpa()428 if (gaddr < ctx->lowmem && len <= ctx->lowmem && in vm_map_gpa()429 gaddr + len <= ctx->lowmem) in vm_map_gpa()449 return ctx->lowmem; in vm_get_lowmem_size()
52 #define GDT_LOAD_OFF(ctx) (ctx->lowmem - 64U * KB)135 ctx->lowmem) { in load_elf32()
445 if (ctx->lowmem > 0) in vhost_set_mem_table()458 if (ctx->lowmem > 0) { in vhost_set_mem_table()460 mem->regions[nregions].memory_size = ctx->lowmem; in vhost_set_mem_table()
54 size_t lowmem; member
Completed in 17 milliseconds