Searched refs:RR_VMEM (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/s390/boot/ |
| H A D | vmem.c | 239 table = (unsigned long *)physmem_alloc_or_die(RR_VMEM, size, size); in boot_crst_alloc() 249 pte = (void *)physmem_alloc_or_die(RR_VMEM, PAGE_SIZE, PAGE_SIZE); in boot_pte_alloc() 274 addr = physmem_alloc(RR_VMEM, size, size, size == PAGE_SIZE); in resolve_pa_may_alloc()
|
| H A D | physmem_info.c | 351 if (type != RR_VMEM) { in physmem_alloc()
|
| /linux/arch/s390/include/asm/ |
| H A D | physmem_info.h | 30 RR_VMEM, enumerator
|
| /linux/arch/s390/kernel/ |
| H A D | setup.c | 591 for_each_physmem_reserved_type_range(RR_VMEM, range, &start, &end) in reserve_pgtables()
|