Searched refs:xen_mk_ulong (Results 1 – 3 of 3) sorted by relevance
61 #define HYPERVISOR_VIRT_START_PAE xen_mk_ulong(__HYPERVISOR_VIRT_START_PAE)62 #define MACH2PHYS_VIRT_START_PAE xen_mk_ulong(__MACH2PHYS_VIRT_START_PAE)63 #define MACH2PHYS_VIRT_END_PAE xen_mk_ulong(__MACH2PHYS_VIRT_END_PAE)70 xen_mk_ulong(__HYPERVISOR_VIRT_START_NONPAE)72 xen_mk_ulong(__MACH2PHYS_VIRT_START_NONPAE)74 xen_mk_ulong(__MACH2PHYS_VIRT_END_NONPAE)81 #define HYPERVISOR_VIRT_START xen_mk_ulong(__HYPERVISOR_VIRT_START)84 #define MACH2PHYS_VIRT_START xen_mk_ulong(__MACH2PHYS_VIRT_START)85 #define MACH2PHYS_VIRT_END xen_mk_ulong(__MACH2PHYS_VIRT_END)
79 #define HYPERVISOR_VIRT_START xen_mk_ulong(__HYPERVISOR_VIRT_START)80 #define HYPERVISOR_VIRT_END xen_mk_ulong(__HYPERVISOR_VIRT_END)83 #define MACH2PHYS_VIRT_START xen_mk_ulong(__MACH2PHYS_VIRT_START)84 #define MACH2PHYS_VIRT_END xen_mk_ulong(__MACH2PHYS_VIRT_END)
72 #define xen_mk_ulong(x) __xen_mk_ulong(x) macro79 #define xen_mk_ulong(x) x macro489 #define UVMF_NONE (xen_mk_ulong(0)<<0) /* No flushing at all. */490 #define UVMF_TLB_FLUSH (xen_mk_ulong(1)<<0) /* Flush entire TLB(s). */491 #define UVMF_INVLPG (xen_mk_ulong(2)<<0) /* Flush only one entry. */492 #define UVMF_FLUSHTYPE_MASK (xen_mk_ulong(3)<<0)493 #define UVMF_MULTI (xen_mk_ulong(0)<<2) /* Flush subset of TLBs. */494 #define UVMF_LOCAL (xen_mk_ulong(0)<<2) /* Flush local TLB. */495 #define UVMF_ALL (xen_mk_ulong(1)<<2) /* Flush all TLBs. */