Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dkasan_init.c38 segment_pos -= _SEGMENT_SIZE; in kasan_early_alloc_segment()
184 memset(page, 0, _SEGMENT_SIZE); in kasan_early_vmemmap_populate()
336 pgalloc_low = round_up((unsigned long)_end, _SEGMENT_SIZE); in kasan_early_init()
339 round_up(INITRD_START + INITRD_SIZE, _SEGMENT_SIZE); in kasan_early_init()
347 segment_pos = round_down(memsize, _SEGMENT_SIZE); in kasan_early_init()
H A Dpgalloc.c376 BASE_ADDR_END_FUNC(segment, _SEGMENT_SIZE) in BASE_ADDR_END_FUNC()
H A Dgmap.c1333 gmap_call_notifier(sg, raddr, raddr + _SEGMENT_SIZE - 1); in gmap_unshadow_pgt()
1361 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _SEGMENT_SIZE) { in __gmap_unshadow_sgt()
/OK3568_Linux_fs/kernel/arch/s390/kvm/
H A Dpriv.c387 end = (start + _SEGMENT_SIZE) & ~(_SEGMENT_SIZE - 1); in handle_sske()
1075 end = (start + _SEGMENT_SIZE) & ~(_SEGMENT_SIZE - 1); in handle_pfmf()
H A Dgaccess.c1127 ptr += vaddr.sx * _SEGMENT_SIZE; in kvm_s390_shadow_tables()
1144 ptr = ste.fc1.sfaa * _SEGMENT_SIZE; in kvm_s390_shadow_tables()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h318 #define _SEGMENT_SIZE (1UL << _SEGMENT_SHIFT) macro
323 #define _SEGMENT_MASK (~(_SEGMENT_SIZE - 1))
330 #define PMD_SIZE _SEGMENT_SIZE