Searched refs:last_protection (Results 1 – 1 of 1) sorted by relevance
2479 vm_prot_t last_protection; in gnu_find_memory_regions() local2488 last_protection = VM_PROT_NONE; in gnu_find_memory_regions()2517 if (protection == last_protection && region_address == last_region_end) in gnu_find_memory_regions()2525 if (last_protection != VM_PROT_NONE) in gnu_find_memory_regions()2528 last_protection & VM_PROT_READ, in gnu_find_memory_regions()2529 last_protection & VM_PROT_WRITE, in gnu_find_memory_regions()2530 last_protection & VM_PROT_EXECUTE, in gnu_find_memory_regions()2534 last_protection = protection; in gnu_find_memory_regions()2539 if (last_region_end > last_region_address && last_protection != VM_PROT_NONE) in gnu_find_memory_regions()2541 last_protection & VM_PROT_READ, in gnu_find_memory_regions()[all …]