Home
last modified time | relevance | path

Searched refs:ASM_CONST (Results 1 – 15 of 15) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dfirmware.h17 #define FW_FEATURE_PFT ASM_CONST(0x0000000000000001)
18 #define FW_FEATURE_TCE ASM_CONST(0x0000000000000002)
19 #define FW_FEATURE_SPRG0 ASM_CONST(0x0000000000000004)
20 #define FW_FEATURE_DABR ASM_CONST(0x0000000000000008)
21 #define FW_FEATURE_COPY ASM_CONST(0x0000000000000010)
22 #define FW_FEATURE_ASR ASM_CONST(0x0000000000000020)
23 #define FW_FEATURE_DEBUG ASM_CONST(0x0000000000000040)
24 #define FW_FEATURE_TERM ASM_CONST(0x0000000000000080)
25 #define FW_FEATURE_PERF ASM_CONST(0x0000000000000100)
26 #define FW_FEATURE_DUMP ASM_CONST(0x0000000000000200)
[all …]
H A Dasm-const.h6 # define ASM_CONST(x) x
12 # define ASM_CONST(x) __ASM_CONST(x) macro
H A Dptrace.h102 #define STACK_FRAME_REGS_MARKER ASM_CONST(0x52454753)
104 #define STACK_FRAME_REGS_MARKER ASM_CONST(0x53474552)
H A Diommu.h23 #define IOMMU_PAGE_SIZE_4K (ASM_CONST(1) << IOMMU_PAGE_SHIFT_4K)
27 #define IOMMU_PAGE_SIZE(tblptr) (ASM_CONST(1) << (tblptr)->it_page_shift)
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h34 #define SLB_ESID_V ASM_CONST(0x0000000008000000) /* valid */
41 #define SLB_VSID_B ASM_CONST(0xc000000000000000)
42 #define SLB_VSID_B_256M ASM_CONST(0x0000000000000000)
43 #define SLB_VSID_B_1T ASM_CONST(0x4000000000000000)
44 #define SLB_VSID_KS ASM_CONST(0x0000000000000800)
45 #define SLB_VSID_KP ASM_CONST(0x0000000000000400)
46 #define SLB_VSID_N ASM_CONST(0x0000000000000200) /* no-execute */
47 #define SLB_VSID_L ASM_CONST(0x0000000000000100)
48 #define SLB_VSID_C ASM_CONST(0x0000000000000080) /* class */
49 #define SLB_VSID_LP ASM_CONST(0x0000000000000030)
[all …]
H A Dhash-4k.h23 #define H_KERN_MAP_SIZE (ASM_CONST(1) << REGION_SHIFT)
33 #define H_KERN_VIRT_START ASM_CONST(0xc0003d0000000000)
H A Dradix.h48 #define RADIX_PGTABLE_RANGE (ASM_CONST(1) << RADIX_PGTABLE_EADDR_SIZE)
116 #define RADIX_KERN_VIRT_START ASM_CONST(0xc008000000000000)
H A Dhash-64k.h40 #define H_KERN_VIRT_START ASM_CONST(0xc008000000000000)
H A Dhash.h36 #define H_PGTABLE_RANGE (ASM_CONST(1) << H_PGTABLE_EADDR_SIZE)
/linux/arch/powerpc/boot/
H A Dpage.h9 #define ASM_CONST(x) x
12 #define ASM_CONST(x) __ASM_CONST(x) macro
17 #define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT)
/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dasm-const.h6 # define ASM_CONST(x) x
12 # define ASM_CONST(x) __ASM_CONST(x) macro
/linux/arch/microblaze/include/asm/
H A Dasm-compat.h9 # define ASM_CONST(x) x
15 # define ASM_CONST(x) __ASM_CONST(x) macro
/linux/arch/powerpc/include/asm/nohash/32/
H A Dmmu-44x.h123 #define PPC44x_EARLY_DEBUG_VIRTADDR (ASM_CONST(0xf0000000) \
124 | (ASM_CONST(CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW) & 0xffff))
/linux/tools/testing/selftests/powerpc/stringloops/asm/
H A Dppc-opcode.h13 # define ASM_CONST(x) x macro
/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c100 unsigned long CMO_PageSize = (ASM_CONST(1) << IOMMU_PAGE_SHIFT_4K);