Searched refs:phys_bits (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/ |
H A D | kexec_handover.c | 75 struct xarray phys_bits; member 133 bits = xa_load(&physxa->phys_bits, pfn_high / PRESERVE_BITS); in __kho_unpreserve() 156 bits = xa_load_or_alloc(&physxa->phys_bits, pfn_high / PRESERVE_BITS, in __kho_preserve_order() 287 xa_for_each(&physxa->phys_bits, phys, bits) { in kho_mem_serialize() 748 xa_for_each(&physxa->phys_bits, phys, bits) in kho_abort() 751 xa_destroy(&physxa->phys_bits); in kho_abort()
|
/linux/arch/sh/include/asm/ |
H A D | processor.h | 85 unsigned int phys_bits; member
|
/linux/arch/sh/kernel/cpu/ |
H A D | proc.c | 124 seq_printf(m, "address sizes\t: %u bits physical\n", c->phys_bits); in show_cpuinfo()
|
H A D | init.c | 344 current_cpu_data.phys_bits = __in_29bit_mode() ? 29 : 32; in cpu_init()
|
/linux/arch/sh/kernel/ |
H A D | setup.c | 59 .phys_bits = MAX_PHYSMEM_BITS,
|