Home
last modified time | relevance | path

Searched refs:phys_bits (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/
H A Dkexec_handover.c75 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 Dprocessor.h85 unsigned int phys_bits; member
/linux/arch/sh/kernel/cpu/
H A Dproc.c124 seq_printf(m, "address sizes\t: %u bits physical\n", c->phys_bits); in show_cpuinfo()
H A Dinit.c344 current_cpu_data.phys_bits = __in_29bit_mode() ? 29 : 32; in cpu_init()
/linux/arch/sh/kernel/
H A Dsetup.c59 .phys_bits = MAX_PHYSMEM_BITS,