Home
last modified time | relevance | path

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

/linux/kernel/liveupdate/
H A Dkexec_handover.c98 struct xarray phys_bits; member
160 bits = xa_load(&physxa->phys_bits, pfn_high / PRESERVE_BITS); in __kho_unpreserve_order()
197 xa_init(&new_physxa->phys_bits); in __kho_preserve_order()
203 xa_destroy(&new_physxa->phys_bits); in __kho_preserve_order()
213 bits = xa_load_or_alloc(&physxa->phys_bits, pfn_high / PRESERVE_BITS); in __kho_preserve_order()
414 xa_for_each(&physxa->phys_bits, phys, bits) { in kho_mem_serialize()
/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,