Searched refs:_SEGMENT_SIZE (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/s390/boot/ |
H A D | startup.c | 209 MODULES_END = round_down(__abs_lowcore, _SEGMENT_SIZE); in setup_kernel_memory_layout() 214 vsize = round_down(VMALLOC_END / 2, _SEGMENT_SIZE); in setup_kernel_memory_layout() 254 size = round_up(ident_map_size / 8, _SEGMENT_SIZE); in setup_vmalloc_size()
|
H A D | ipl_parm.c | 275 vmalloc_size = round_up(memparse(val, NULL), _SEGMENT_SIZE); in parse_boot_command_line()
|
H A D | vmem.c | 320 entry = __pmd(_pa(addr, _SEGMENT_SIZE, mode)); in pgtable_pmd_populate()
|
/openbmc/linux/arch/s390/kvm/ |
H A D | priv.c | 385 end = (start + _SEGMENT_SIZE) & ~(_SEGMENT_SIZE - 1); in handle_sske() 1117 end = (start + _SEGMENT_SIZE) & ~(_SEGMENT_SIZE - 1); in handle_pfmf()
|
H A D | gaccess.c | 1533 ptr += vaddr.sx * _SEGMENT_SIZE; in kvm_s390_shadow_tables() 1550 ptr = ste.fc1.sfaa * _SEGMENT_SIZE; in kvm_s390_shadow_tables()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 325 #define _SEGMENT_SIZE (1UL << _SEGMENT_SHIFT) macro 330 #define _SEGMENT_MASK (~(_SEGMENT_SIZE - 1)) 337 #define PMD_SIZE _SEGMENT_SIZE
|
/openbmc/linux/arch/s390/mm/ |
H A D | pgalloc.c | 520 BASE_ADDR_END_FUNC(segment, _SEGMENT_SIZE) in BASE_ADDR_END_FUNC()
|
H A D | gmap.c | 1357 gmap_call_notifier(sg, raddr, raddr + _SEGMENT_SIZE - 1); in gmap_unshadow_pgt() 1385 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _SEGMENT_SIZE) { in __gmap_unshadow_sgt()
|