Searched refs:_SEGMENT_SIZE (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/s390/boot/ |
| H A D | startup.c | 397 MODULES_END = round_down(kernel_start, _SEGMENT_SIZE); in setup_kernel_memory_layout() 406 vsize = round_down(vsize, _SEGMENT_SIZE); in setup_kernel_memory_layout() 410 vmalloc_size = round_down(vmalloc_size / 3, _SEGMENT_SIZE); in setup_kernel_memory_layout() 469 size = round_up(ident_map_size / 8, _SEGMENT_SIZE); in setup_vmalloc_size() 518 nokaslr_text_lma = ALIGN(mem_safe_offset(), _SEGMENT_SIZE); in startup_kernel() 566 text_lma = randomize_within_range(size, _SEGMENT_SIZE, TEXT_OFFSET, ident_map_size); in startup_kernel()
|
| H A D | ipl_parm.c | 266 vmalloc_size = round_up(memparse(val, NULL), _SEGMENT_SIZE); in parse_boot_command_line()
|
| /linux/arch/s390/kvm/ |
| H A D | priv.c | 354 end = (start + _SEGMENT_SIZE) & ~(_SEGMENT_SIZE - 1); in handle_sske() 1088 end = (start + _SEGMENT_SIZE) & ~(_SEGMENT_SIZE - 1); in handle_pfmf()
|
| H A D | gmap.c | 693 else if (order >= get_order(_SEGMENT_SIZE) && gmap_1m_allowed(gmap, f->gfn)) in gmap_link()
|
| H A D | dat.c | 815 while (ALIGN(addr + 1, _SEGMENT_SIZE) <= end) in dat_reset_skeys_crste()
|
| H A D | kvm-s390.c | 3272 .memory_size = ALIGN_DOWN(TASK_SIZE, _SEGMENT_SIZE), in kvm_arch_init_vm() 5495 if (!IS_ALIGNED(ucas.user_addr | ucas.vcpu_addr | ucas.length, _SEGMENT_SIZE)) in kvm_arch_vcpu_ioctl() 5513 if (!IS_ALIGNED(ucas.vcpu_addr | ucas.length, _SEGMENT_SIZE)) in kvm_arch_vcpu_ioctl()
|
| /linux/arch/s390/mm/ |
| H A D | pgalloc.c | 216 BASE_ADDR_END_FUNC(segment, _SEGMENT_SIZE) in BASE_ADDR_END_FUNC()
|
| /linux/arch/s390/include/asm/ |
| H 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
|