Searched refs:_SEGMENT_SIZE (Results 1 – 8 of 8) sorted by relevance
| /arch/s390/boot/ |
| A D | startup.c | 400 MODULES_END = round_down(kernel_start, _SEGMENT_SIZE); in setup_kernel_memory_layout() 409 vsize = round_down(vsize, _SEGMENT_SIZE); in setup_kernel_memory_layout() 413 vmalloc_size = round_down(vmalloc_size / 3, _SEGMENT_SIZE); in setup_kernel_memory_layout() 472 size = round_up(ident_map_size / 8, _SEGMENT_SIZE); in setup_vmalloc_size() 517 nokaslr_text_lma = ALIGN(mem_safe_offset(), _SEGMENT_SIZE); in startup_kernel() 565 text_lma = randomize_within_range(size, _SEGMENT_SIZE, TEXT_OFFSET, ident_map_size); in startup_kernel()
|
| A D | ipl_parm.c | 265 vmalloc_size = round_up(memparse(val, NULL), _SEGMENT_SIZE); in parse_boot_command_line()
|
| /arch/s390/kvm/ |
| A D | priv.c | 385 end = (start + _SEGMENT_SIZE) & ~(_SEGMENT_SIZE - 1); in handle_sske() 1121 end = (start + _SEGMENT_SIZE) & ~(_SEGMENT_SIZE - 1); in handle_pfmf()
|
| A D | gaccess.c | 1362 ptr += vaddr.sx * _SEGMENT_SIZE; in kvm_s390_shadow_tables() 1379 ptr = ste.fc1.sfaa * _SEGMENT_SIZE; in kvm_s390_shadow_tables()
|
| A D | kvm-s390.c | 3441 .memory_size = ALIGN_DOWN(TASK_SIZE, _SEGMENT_SIZE), in kvm_arch_init_vm()
|
| /arch/s390/mm/ |
| A D | pgalloc.c | 231 BASE_ADDR_END_FUNC(segment, _SEGMENT_SIZE) in BASE_ADDR_END_FUNC()
|
| A D | gmap.c | 1206 gmap_call_notifier(sg, raddr, raddr + _SEGMENT_SIZE - 1); in gmap_unshadow_pgt() 1233 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _SEGMENT_SIZE) { in __gmap_unshadow_sgt()
|
| /arch/s390/include/asm/ |
| A D | pgtable.h | 366 #define _SEGMENT_SIZE (1UL << _SEGMENT_SHIFT) macro 371 #define _SEGMENT_MASK (~(_SEGMENT_SIZE - 1)) 378 #define PMD_SIZE _SEGMENT_SIZE
|
Completed in 41 milliseconds