Lines Matching refs:GB
71 #define GB (1024 * 1024 * 1024UL) macro
73 #define VM_LOWMEM_LIMIT (3 * GB)
74 #define VM_HIGHMEM_BASE (4 * GB)
186 vm->lowmem_limit = 3 * GB; in vm_open()
552 objsize = 4*GB + ctx->highmem; in vm_setup_memory()
578 gpa = 4*GB; in vm_setup_memory()
597 gpa = 4*GB; in vm_setup_memory()
639 if (gaddr >= 4*GB) { in vm_map_gpa()
640 if (gaddr < 4*GB + ctx->highmem && in vm_map_gpa()
642 gaddr + len <= 4*GB + ctx->highmem) in vm_map_gpa()
663 if (offaddr >= 4*GB && offaddr < 4*GB + ctx->highmem) in vm_rev_map_gpa()