Searched +full:0 +full:x0000000080000000 (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/pci/ |
D | brcm,stb-pcie.yaml | 189 reg = <0x0 0x7d500000 0x9310>; 197 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 198 interrupt-map = <0 0 0 1 &gicv2 GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH 199 0 0 0 2 &gicv2 GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH 200 0 0 0 3 &gicv2 GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH 201 0 0 0 4 &gicv2 GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>; 205 ranges = <0x02000000 0x0 0xf8000000 0x6 0x00000000 0x0 0x04000000>; 206 dma-ranges = <0x42000000 0x1 0x00000000 0x0 0x40000000 0x0 0x80000000>, 207 <0x42000000 0x1 0x80000000 0x3 0x00000000 0x0 0x80000000>; 209 brcm,scb-sizes = <0x0000000080000000 0x0000000080000000>; [all …]
|
/linux-6.14.4/arch/s390/boot/ |
D | head_kdump.S | 11 #define DATAMOVER_ADDR 0x4000 12 #define COPY_PAGE_ADDR 0x6000 26 basr %r13,0 29 lg %r2,0(%r2) # already relocated: 32 lghi %r2,0 # Yes: Start kdump kernel 37 lg %r2,0x418(%r4) # Get kdump base 38 lg %r3,0x420(%r4) # Get kdump size 42 mvc 0(256,%r8),0(%r10) # Copy data mover code 45 mvc 0(256,%r8),0(%r10) # reserved mem 59 basr %r13,0 # Base [all …]
|
/linux-6.14.4/arch/parisc/kernel/ |
D | perf.c | 64 { 0, 1, 4, 5, 6, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, -1 }; 68 { 0, 1, 4, 5, 6, 7, 16, 17, 18, 20, 21, 22, 23, 24, 25, -1 }; 72 { 19, 1, 8 }, /* RDR 0 */ 74 { 72, 2, 0 }, /* RDR 2 */ 75 { 81, 2, 0 }, /* RDR 3 */ 76 { 328, 6, 0 }, /* RDR 4 */ 77 { 160, 3, 0 }, /* RDR 5 */ 78 { 336, 6, 0 }, /* RDR 6 */ 79 { 164, 3, 0 }, /* RDR 7 */ 80 { 0, 0, 0 }, /* RDR 8 */ [all …]
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | firmware.h | 17 #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 …]
|
D | cputable.h | 21 PPC_PMC_DEFAULT = 0, 77 * if the error is fatal, 1 if it was fully recovered and 0 to 111 #define CPU_FTR_COHERENT_ICACHE ASM_CONST(0x00000001) 112 #define CPU_FTR_ALTIVEC ASM_CONST(0x00000002) 113 #define CPU_FTR_DBELL ASM_CONST(0x00000004) 114 #define CPU_FTR_CAN_NAP ASM_CONST(0x00000008) 115 #define CPU_FTR_DEBUG_LVL_EXC ASM_CONST(0x00000010) 116 // ASM_CONST(0x00000020) Free 117 #define CPU_FTR_FPU_UNAVAILABLE ASM_CONST(0x00000040) 118 #define CPU_FTR_LWSYNC ASM_CONST(0x00000080) [all …]
|
/linux-6.14.4/tools/testing/selftests/powerpc/include/ |
D | reg.h | 13 asm volatile("mfspr %0," _str(rn) \ 15 #define mtspr(rn, v) asm volatile("mtspr " _str(rn) ",%0" : \ 27 #define MMCR0_PMAO 0x00000080 28 #define MMCR0_PMAE 0x04000000 29 #define MMCR0_FC 0x80000000 35 #define SPRN_BESCRR 802 /* Branch event status & control REset (1 bits set to 0) */ 38 #define BESCR_PMEO 0x1 /* PMU Event-based exception Occurred */ 39 #define BESCR_PME (0x1ul << 32) /* PMU Event-based exception Enable */ 54 #define SPRN_TEXASR 0x82 /* Transaction Exception and Status Register */ 55 #define SPRN_TFIAR 0x81 /* Transaction Failure Inst Addr */ [all …]
|
/linux-6.14.4/arch/s390/include/uapi/asm/ |
D | ptrace.h | 19 #define PT_PSWMASK 0x00 20 #define PT_PSWADDR 0x04 21 #define PT_GPR0 0x08 22 #define PT_GPR1 0x0C 23 #define PT_GPR2 0x10 24 #define PT_GPR3 0x14 25 #define PT_GPR4 0x18 26 #define PT_GPR5 0x1C 27 #define PT_GPR6 0x20 28 #define PT_GPR7 0x24 [all …]
|
/linux-6.14.4/arch/sparc/kernel/ |
D | pci_sabre.c | 35 #define SABRE_UE_AFSR 0x0030UL 36 #define SABRE_UEAFSR_PDRD 0x4000000000000000UL /* Primary PCI DMA Read */ 37 #define SABRE_UEAFSR_PDWR 0x2000000000000000UL /* Primary PCI DMA Write */ 38 #define SABRE_UEAFSR_SDRD 0x0800000000000000UL /* Secondary PCI DMA Read */ 39 #define SABRE_UEAFSR_SDWR 0x0400000000000000UL /* Secondary PCI DMA Write */ 40 #define SABRE_UEAFSR_SDTE 0x0200000000000000UL /* Secondary DMA Translation Error */ 41 #define SABRE_UEAFSR_PDTE 0x0100000000000000UL /* Primary DMA Translation Error */ 42 #define SABRE_UEAFSR_BMSK 0x0000ffff00000000UL /* Bytemask */ 43 #define SABRE_UEAFSR_OFF 0x00000000e0000000UL /* Offset (AFAR bits [5:3] */ 44 #define SABRE_UEAFSR_BLK 0x0000000000800000UL /* Was block operation */ [all …]
|
/linux-6.14.4/drivers/infiniband/hw/qib/ |
D | qib_7322_regs.h | 35 #define QIB_7322_Revision_OFFS 0x0 36 #define QIB_7322_Revision_DEF 0x0000000002010601 37 #define QIB_7322_Revision_R_Simulator_LSB 0x3F 38 #define QIB_7322_Revision_R_Simulator_MSB 0x3F 39 #define QIB_7322_Revision_R_Simulator_RMASK 0x1 40 #define QIB_7322_Revision_R_Emulation_LSB 0x3E 41 #define QIB_7322_Revision_R_Emulation_MSB 0x3E 42 #define QIB_7322_Revision_R_Emulation_RMASK 0x1 43 #define QIB_7322_Revision_R_Emulation_Revcode_LSB 0x28 44 #define QIB_7322_Revision_R_Emulation_Revcode_MSB 0x3D [all …]
|