Searched refs:highmem (Results 1 – 2 of 2) sorted by relevance
122 vm_paddr_t highmem; in init_bootrom() local127 highmem = vm_get_highmem_base(ctx); in init_bootrom()128 gpa_base = highmem - BOOTROM_SIZE; in init_bootrom()130 gpa_alloctop = highmem - 1; in init_bootrom()
102 size_t highmem; member381 *highmem_size = ctx->highmem; in vm_get_guestmem_from_ctx()551 ctx->highmem = memsize - ctx->lowmem_limit; in vm_setup_memory()552 objsize = 4*GB + ctx->highmem; in vm_setup_memory()555 ctx->highmem = 0; in vm_setup_memory()577 if (ctx->highmem > 0) { in vm_setup_memory()579 len = ctx->highmem; in vm_setup_memory()593 if (ctx->highmem > 0) { in vm_setup_memory()594 error = vm_alloc_memseg(ctx, VM_HIGHMEM, ctx->highmem, NULL); in vm_setup_memory()598 len = ctx->highmem; in vm_setup_memory()[all …]