Home
last modified time | relevance | path

Searched refs:__IA64_UL_CONST (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/ia64/include/asm/sn/
Dshub_mmr.h17 #define SH1_IPI_INT __IA64_UL_CONST(0x0000000110000380)
18 #define SH2_IPI_INT __IA64_UL_CONST(0x0000000010000380)
23 #define SH_IPI_INT_TYPE_MASK __IA64_UL_CONST(0x0000000000000007)
28 #define SH_IPI_INT_AGT_MASK __IA64_UL_CONST(0x0000000000000008)
33 #define SH_IPI_INT_PID_MASK __IA64_UL_CONST(0x00000000000ffff0)
38 #define SH_IPI_INT_BASE_MASK __IA64_UL_CONST(0x0003ffffffe00000)
43 #define SH_IPI_INT_IDX_MASK __IA64_UL_CONST(0x0ff0000000000000)
48 #define SH_IPI_INT_SEND_MASK __IA64_UL_CONST(0x8000000000000000)
54 #define SH1_EVENT_OCCURRED __IA64_UL_CONST(0x0000000110010000)
55 #define SH1_EVENT_OCCURRED_ALIAS __IA64_UL_CONST(0x0000000110010008)
[all …]
/linux-3.4.99/arch/ia64/include/asm/
Dkvm_host.h45 #define KVM_VMM_SIZE (__IA64_UL_CONST(16)<<20)
48 #define VMM_SIZE (__IA64_UL_CONST(8)<<20)
55 #define KVM_VM_BUFFER_SIZE (__IA64_UL_CONST(8)<<20)
95 #define KVM_VM_DATA_SIZE (__IA64_UL_CONST(1) << KVM_VM_DATA_SHIFT)
99 #define KVM_P2M_SIZE (__IA64_UL_CONST(24) << 20)
102 #define VHPT_SIZE (__IA64_UL_CONST(1) << VHPT_SHIFT)
103 #define VHPT_NUM_ENTRIES (__IA64_UL_CONST(1) << (VHPT_SHIFT-5))
106 #define VTLB_SIZE (__IA64_UL_CONST(1) << VTLB_SHIFT)
110 #define VPD_SIZE (__IA64_UL_CONST(1) << VPD_SHIFT)
113 #define VCPU_STRUCT_SIZE (__IA64_UL_CONST(1) << VCPU_STRUCT_SHIFT)
[all …]
Dpage.h18 #define RGN_BASE(r) (__IA64_UL_CONST(r)<<RGN_SHIFT)
41 #define PAGE_SIZE (__IA64_UL_CONST(1) << PAGE_SHIFT)
45 #define PERCPU_PAGE_SIZE (__IA64_UL_CONST(1) << PERCPU_PAGE_SHIFT)
52 # define HPAGE_SIZE (__IA64_UL_CONST(1) << HPAGE_SHIFT)
230 #define KERNEL_START (GATE_ADDR+__IA64_UL_CONST(0x100000000))
Dtypes.h25 # define __IA64_UL_CONST(x) x
29 # define __IA64_UL_CONST(x) x##UL macro
Drwsem.h30 #define RWSEM_UNLOCKED_VALUE __IA64_UL_CONST(0x0000000000000000)
Dprocessor.h28 #define DEFAULT_MAP_BASE __IA64_UL_CONST(0x2000000000000000)
29 #define DEFAULT_TASK_SIZE __IA64_UL_CONST(0xa000000000000000)