Lines Matching refs:area
5 * 640k-1MB IO memory area on PC's
110 * The EFI runtime services data area is not covered by walk_mem_res(), but must
186 struct vm_struct *area;
281 area = get_vm_area_caller(size, VM_IOREMAP, caller);
282 if (!area)
284 area->phys_addr = phys_addr;
285 vaddr = (unsigned long) area->addr;
305 free_vm_area(area);
327 * It's useful if some control registers are in such an area and
368 * It's useful if some control registers are in such an area and
470 /* Use the vm area unlocked, assuming the caller
537 * Examine the physical address to determine if it is an area of memory
539 * kernel usable area it was accessed and created decrypted, so these
563 * reserved area.
576 /* Check if the address is outside kernel usable area */