Lines Matching refs:area
5 * 640k-1MB IO memory area on PC's
111 * The EFI runtime services data area is not covered by walk_mem_res(), but must
192 struct vm_struct *area;
292 area = get_vm_area_caller(size, VM_IOREMAP, caller);
293 if (!area)
295 area->phys_addr = phys_addr;
296 vaddr = (unsigned long) area->addr;
316 free_vm_area(area);
338 * It's useful if some control registers are in such an area and
379 * It's useful if some control registers are in such an area and
481 /* Use the vm area unlocked, assuming the caller
532 * Examine the physical address to determine if it is an area of memory
534 * kernel usable area it was accessed and created decrypted, so these
558 * reserved area.
571 /* Check if the address is outside kernel usable area */