Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/x86_64/
A Dpage.h26 #define VADDR_BITS 48 macro
28 #define VADDR_MASK ((_AC(1,UL) << VADDR_BITS) - 1)
30 #define VADDR_TOP_BIT (1UL << (VADDR_BITS - 1))
/xen/xen/arch/x86/cpu/
A Dcommon.c52 unsigned int vaddr_bits __read_mostly = VADDR_BITS;
344 if (vaddr_bits > VADDR_BITS) in early_cpu_init()
345 vaddr_bits = VADDR_BITS; in early_cpu_init()
/xen/xen/include/asm-arm/
A Dpage.h17 #define VADDR_BITS 32 macro
/xen/xen/arch/x86/hvm/vmx/
A Dvmx.c4321 regs->rip = (long)(regs->rip << (64 - VADDR_BITS)) >> in vmx_vmexit_handler()
4322 (64 - VADDR_BITS); in vmx_vmexit_handler()
/xen/xen/common/efi/
A Dboot.c1575 else if ( !((desc->PhysicalStart + len - 1) >> (VADDR_BITS - 1)) && in efi_init_memory()

Completed in 16 milliseconds