Home
last modified time | relevance | path

Searched refs:_SEGMENT_SIZE (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/arch/s390/mm/
Dkasan_init.c37 segment_pos -= _SEGMENT_SIZE; in kasan_early_alloc_segment()
176 memset(page, 0, _SEGMENT_SIZE); in kasan_early_pgtable_populate()
299 pgalloc_low = round_up((unsigned long)_end, _SEGMENT_SIZE); in kasan_early_init()
302 round_up(initrd_data.start + initrd_data.size, _SEGMENT_SIZE); in kasan_early_init()
310 segment_pos = round_down(memsize, _SEGMENT_SIZE); in kasan_early_init()
Dpgalloc.c473 BASE_ADDR_END_FUNC(segment, _SEGMENT_SIZE) in BASE_ADDR_END_FUNC()
Dgmap.c1345 gmap_call_notifier(sg, raddr, raddr + _SEGMENT_SIZE - 1); in gmap_unshadow_pgt()
1373 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _SEGMENT_SIZE) { in __gmap_unshadow_sgt()
/Linux-v6.1/arch/s390/boot/
Dstartup.c189 MODULES_END = round_down(__abs_lowcore, _SEGMENT_SIZE); in setup_kernel_memory_layout()
230 size = round_up(ident_map_size / 8, _SEGMENT_SIZE); in setup_vmalloc_size()
/Linux-v6.1/arch/s390/kvm/
Dpriv.c386 end = (start + _SEGMENT_SIZE) & ~(_SEGMENT_SIZE - 1); in handle_sske()
1089 end = (start + _SEGMENT_SIZE) & ~(_SEGMENT_SIZE - 1); in handle_pfmf()
Dgaccess.c1415 ptr += vaddr.sx * _SEGMENT_SIZE; in kvm_s390_shadow_tables()
1432 ptr = ste.fc1.sfaa * _SEGMENT_SIZE; in kvm_s390_shadow_tables()
/Linux-v6.1/arch/s390/include/asm/
Dpgtable.h320 #define _SEGMENT_SIZE (1UL << _SEGMENT_SHIFT) macro
325 #define _SEGMENT_MASK (~(_SEGMENT_SIZE - 1))
332 #define PMD_SIZE _SEGMENT_SIZE