Searched refs:PAGE_END (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | memory.h | 29 * PAGE_OFFSET all the way to PAGE_END for 48-bit. This allows us to 39 * PAGE_END - the end of the linear map, where all other kernel mappings begin. 76 #define PAGE_END (KASAN_SHADOW_END - (1UL << (vabits_actual - KASAN_SHADOW_SCALE_SHIFT))) macro 80 #define PAGE_END (_PAGE_END(VA_BITS_MIN)) macro 287 * lives in the [PAGE_OFFSET, PAGE_END) interval at the bottom of the 290 #define __is_lm_address(addr) (((u64)(addr) - PAGE_OFFSET) < (PAGE_END - PAGE_OFFSET))
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | memory.h | 29 * PAGE_OFFSET all the way to PAGE_END for 48-bit. This allows us to 39 * PAGE_END - the end of the linear map, where all other kernel mappings begin. 170 #define PAGE_END (_PAGE_END(vabits_actual)) macro 242 * lives in the [PAGE_OFFSET, PAGE_END) interval at the bottom of the 245 #define __is_lm_address(addr) (((u64)(addr) ^ PAGE_OFFSET) < (PAGE_END - PAGE_OFFSET))
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | mm.py | 114 self.PAGE_END = self.KASAN_SHADOW_END - (1 << (self.vabits_actual - self.KASAN_SHADOW_SCALE_SHIFT)) 116 self.PAGE_END = self._PAGE_END(self.VA_BITS_MIN) 190 if (addr - self.PAGE_OFFSET) < (self.PAGE_END - self.PAGE_OFFSET):
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | kasan_init.c | 240 kasan_populate_early_shadow(kasan_mem_to_shadow((void *)PAGE_END), in kasan_init()
|
H A D | ptdump.c | 39 { 0 /* PAGE_END */, "Linear Mapping end" }, 385 address_markers[PAGE_END_NR].start_address = PAGE_END; in ptdump_init()
|
H A D | mmu.c | 1482 WARN_ON((start < PAGE_OFFSET) || (end > PAGE_END)); in __remove_pgd_mapping() 1485 free_empty_tables(start, end, PAGE_OFFSET, PAGE_END); in __remove_pgd_mapping() 1491 u64 end_linear_pa = __pa(PAGE_END - 1); in inside_linear_region() 1508 * Linear mapping region is the range [PAGE_OFFSET..(PAGE_END - 1)] in inside_linear_region() 1509 * accommodating both its ends but excluding PAGE_END. Max physical in inside_linear_region()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | hibernate.c | 419 PAGE_END); in swsusp_arch_resume()
|
H A D | machine_kexec.c | 149 rc = trans_pgd_create_copy(&info, &trans_pgd, PAGE_OFFSET, PAGE_END); in machine_kexec_post_load()
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | init.c | 314 s64 linear_region_size = PAGE_END - _PAGE_OFFSET(vabits_actual); in arm64_memblock_init()
|
H A D | kasan_init.c | 245 kasan_populate_early_shadow(kasan_mem_to_shadow((void *)PAGE_END), in kasan_init_shadow()
|
H A D | ptdump.c | 39 { 0 /* PAGE_END */, "Linear Mapping end" }, 378 address_markers[PAGE_END_NR].start_address = PAGE_END; in ptdump_init()
|
H A D | mmu.c | 1268 WARN_ON((start < PAGE_OFFSET) || (end > PAGE_END)); in __remove_pgd_mapping() 1271 free_empty_tables(start, end, PAGE_OFFSET, PAGE_END); in __remove_pgd_mapping() 1278 u64 end_linear_pa = __pa(PAGE_END - 1); in arch_get_mappable_range() 1295 * Linear mapping region is the range [PAGE_OFFSET..(PAGE_END - 1)] in arch_get_mappable_range() 1296 * accommodating both its ends but excluding PAGE_END. Max physical in arch_get_mappable_range()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | hibernate.c | 657 rc = trans_pgd_create_copy(&tmp_pg_dir, PAGE_OFFSET, PAGE_END); in swsusp_arch_resume()
|
Completed in 18 milliseconds