Home
last modified time | relevance | path

Searched +full:0 +full:xfe000000 (Results 1 – 25 of 183) sorted by relevance

12345678

/Linux-v5.10/arch/parisc/kernel/
Dperf_images.h27 0x4c00c000, 0x00000000, 0x00060000, 0x00000000,
28 0xe0e0e0e0, 0x004e0004, 0x07ffffff, 0xffc01380,
29 0x0101ffff, 0xfffff104, 0xe000c07f, 0xfffffffc,
30 0x01380010, 0x1fffffff, 0xff000000, 0x00000000,
31 0x00000fff, 0xff00000f, 0xffff0000, 0x0fffff00,
32 0x000fffff, 0x00000000, 0x00000000, 0x00ffffff,
33 0xfffff000, 0x0000000f, 0xffffffff, 0xff000000,
34 0x0000ffff, 0xfffffff0, 0x00000000, 0x0fffffff,
35 0xffff0000, 0x00000000, 0x6fffffff, 0xffffffff,
36 0xfff55fff, 0xffffffff, 0xffffffff, 0xf0000000,
[all …]
/Linux-v5.10/drivers/gpu/drm/sun4i/
Dsun8i_csc.c25 0x000004A8, 0x00000000, 0x00000662, 0xFFFC8451,
26 0x000004A8, 0xFFFFFE6F, 0xFFFFFCC0, 0x00021E4D,
27 0x000004A8, 0x00000811, 0x00000000, 0xFFFBACA9,
30 0x000004A8, 0x00000000, 0x0000072B, 0xFFFC1F99,
31 0x000004A8, 0xFFFFFF26, 0xFFFFFDDF, 0x00013383,
32 0x000004A8, 0x00000873, 0x00000000, 0xFFFB7BEF,
37 0x00000400, 0x00000000, 0x0000059B, 0xFFFD322E,
38 0x00000400, 0xFFFFFEA0, 0xFFFFFD25, 0x00021DD5,
39 0x00000400, 0x00000716, 0x00000000, 0xFFFC74BD,
42 0x00000400, 0x00000000, 0x0000064C, 0xFFFCD9B4,
[all …]
/Linux-v5.10/arch/arm/mach-ebsa110/
Dcore.h11 #define ISAMEM_PHYS 0xe0000000
12 #define ISAMEM_SIZE 0x10000000
14 #define ISAIO_PHYS 0xf0000000
17 #define TRICK0_PHYS 0xf2000000
19 #define TRICK1_PHYS 0xf2400000
21 #define TRICK2_PHYS 0xf2800000
22 #define TRICK3_PHYS 0xf2c00000
24 #define TRICK4_PHYS 0xf3000000
26 #define TRICK5_PHYS 0xf3400000
27 #define TRICK6_PHYS 0xf3800000
[all …]
/Linux-v5.10/arch/mips/boot/dts/loongson/
Drs780e-pch.dtsi8 ranges = <0 0x10000000 0 0x10000000 0 0x10000000
9 0 0x40000000 0 0x40000000 0 0x40000000
10 0xfd 0xfe000000 0xfd 0xfe000000 0 0x2000000 /* PCI Config Space */>;
18 reg = <0 0x1a000000 0 0x02000000>;
20 ranges = <0x01000000 0 0x00004000 0 0x18004000 0 0x0000c000>,
21 <0x02000000 0 0x40000000 0 0x40000000 0 0x40000000>;
28 ranges = <1 0 0 0x18000000 0x4000>;
32 reg = <1 0x70 0x8>;
39 reg = <1 0x800 0x100>;
/Linux-v5.10/arch/powerpc/boot/dts/
DkuroboxHD.dts37 #size-cells = <0>;
41 reg = <0x0>;
44 bus-frequency = <0>; /* Fixed by bootloader */
46 i-cache-size = <0x4000>;
47 d-cache-size = <0x4000>;
53 reg = <0x0 0x4000000>;
61 store-gathering = <0>; /* 0 == off, !0 == on */
62 reg = <0x80000000 0x100000>;
63 ranges = <0x80000000 0x80000000 0x70000000 /* pci mem space */
64 0xfc000000 0xfc000000 0x100000 /* EUMB */
[all …]
DkuroboxHG.dts37 #size-cells = <0>;
41 reg = <0x0>;
44 bus-frequency = <0>; /* Fixed by bootloader */
46 i-cache-size = <0x4000>;
47 d-cache-size = <0x4000>;
53 reg = <0x0 0x8000000>;
61 store-gathering = <0>; /* 0 == off, !0 == on */
62 reg = <0x80000000 0x100000>;
63 ranges = <0x80000000 0x80000000 0x70000000 /* pci mem space */
64 0xfc000000 0xfc000000 0x100000 /* EUMB */
[all …]
Dklondike.dts16 dcr-parent = <&{/cpus/cpu@0}>;
25 #size-cells = <0>;
27 cpu@0 {
30 reg = <0x00000000>;
44 reg = <0x00000000 0x20000000>; /* Filled in by U-Boot */
50 cell-index = <0>;
51 dcr-reg = <0x0c0 0x010>;
52 #address-cells = <0>;
53 #size-cells = <0>;
61 dcr-reg = <0x0d0 0x010>;
[all …]
/Linux-v5.10/arch/arm/probes/kprobes/
Dopt-arm.c38 " sub sp, sp, #0xff\n"
42 " add r3, sp, #0xff\n"
51 * SP % 8 != 0 (SP % 4 == 0 should be ensured),
80 "1: .long 0\n"
83 "2: .long 0\n"
117 * kprobe in the address range. So always return 0.
121 return 0; in arch_check_optimized_kprobe()
124 /* Caller must ensure addr & 3 == 0 */
127 if (kp->ainsn.stack_space < 0) in can_optimize()
128 return 0; in can_optimize()
[all …]
/Linux-v5.10/arch/arm/mach-shmobile/
Dsetup-r8a7779.c19 /* 2M identity mapping for 0xf0000000 (MPCORE) */
21 .virtual = 0xf0000000,
22 .pfn = __phys_to_pfn(0xf0000000),
26 /* 16M identity mapping for 0xfexxxxxx (DMAC-S/HPBREG/INTC2/LRAM/DBSC) */
28 .virtual = 0xfe000000,
29 .pfn = __phys_to_pfn(0xfe000000),
42 #define INT2SMSKCR0 IOMEM(0xfe7822a0)
43 #define INT2SMSKCR1 IOMEM(0xfe7822a4)
44 #define INT2SMSKCR2 IOMEM(0xfe7822a8)
45 #define INT2SMSKCR3 IOMEM(0xfe7822ac)
[all …]
/Linux-v5.10/arch/arm/mach-footbridge/include/mach/
Dhardware.h13 * 0xff800000 0x40000000 1MB X-Bus
14 * 0xff000000 0x7c000000 1MB PCI I/O space
15 * 0xfe000000 0x42000000 1MB CSR
16 * 0xfd000000 0x78000000 1MB Outbound write flush (not supported)
17 * 0xfc000000 0x79000000 1MB PCI IACK/special space
18 * 0xfb000000 0x7a000000 16MB PCI Config type 1
19 * 0xfa000000 0x7b000000 16MB PCI Config type 0
20 * 0xf9000000 0x50000000 1MB Cache flush
21 * 0xf0000000 0x80000000 16MB ISA memory
30 #define XBUS_SIZE 0x00100000
[all …]
/Linux-v5.10/net/netfilter/ipset/
Dpfxlen.c12 E(0x00000000, 0x00000000, 0x00000000, 0x00000000), \
13 E(0x80000000, 0x00000000, 0x00000000, 0x00000000), \
14 E(0xC0000000, 0x00000000, 0x00000000, 0x00000000), \
15 E(0xE0000000, 0x00000000, 0x00000000, 0x00000000), \
16 E(0xF0000000, 0x00000000, 0x00000000, 0x00000000), \
17 E(0xF8000000, 0x00000000, 0x00000000, 0x00000000), \
18 E(0xFC000000, 0x00000000, 0x00000000, 0x00000000), \
19 E(0xFE000000, 0x00000000, 0x00000000, 0x00000000), \
20 E(0xFF000000, 0x00000000, 0x00000000, 0x00000000), \
21 E(0xFF800000, 0x00000000, 0x00000000, 0x00000000), \
[all …]
/Linux-v5.10/arch/arc/boot/dts/
Dabilis_tb10x.dtsi18 #size-cells = <0>;
19 cpu@0 {
22 reg = <0>;
44 ranges = <0xfe000000 0xfe000000 0x02000000
45 0x000f0000 0x000f0000 0x00010000>;
50 #clock-cells = <0>;
55 #clock-cells = <0>;
61 #clock-cells = <0>;
69 reg = <0xff10601c 0x4>;
79 reg = <0xfe002000 0x20>;
[all …]
/Linux-v5.10/arch/powerpc/boot/dts/fsl/
Dcyrus_p5020.dts30 size = <0 0x1000000>;
31 alignment = <0 0x1000000>;
34 size = <0 0x400000>;
35 alignment = <0 0x400000>;
38 size = <0 0x2000000>;
39 alignment = <0 0x2000000>;
44 ranges = <0x00000000 0xf 0x00000000 0x01008000>;
48 ranges = <0x0 0xf 0xf4000000 0x200000>;
52 ranges = <0x0 0xf 0xf4200000 0x200000>;
56 ranges = <0x00000000 0xf 0xfe000000 0x1000000>;
[all …]
Doca4080.dts58 size = <0 0x1000000>;
59 alignment = <0 0x1000000>;
62 size = <0 0x400000>;
63 alignment = <0 0x400000>;
66 size = <0 0x2000000>;
67 alignment = <0 0x2000000>;
72 ranges = <0x00000000 0xf 0x00000000 0x01008000>;
76 ranges = <0x0 0xf 0xf4000000 0x200000>;
80 ranges = <0x0 0xf 0xf4200000 0x200000>;
84 ranges = <0x00000000 0xf 0xfe000000 0x1000000>;
[all …]
Dkmcoge4.dts30 size = <0 0x1000000>;
31 alignment = <0 0x1000000>;
34 size = <0 0x400000>;
35 alignment = <0 0x400000>;
38 size = <0 0x2000000>;
39 alignment = <0 0x2000000>;
44 ranges = <0x00000000 0xf 0x00000000 0x01008000>;
48 ranges = <0x0 0xf 0xf4000000 0x200000>;
52 ranges = <0x0 0xf 0xf4200000 0x200000>;
56 ranges = <0x00000000 0xf 0xfe000000 0x1000000>;
[all …]
Dt208xrdb.dtsi48 size = <0 0x1000000>;
49 alignment = <0 0x1000000>;
52 size = <0 0x400000>;
53 alignment = <0 0x400000>;
56 size = <0 0x2000000>;
57 alignment = <0 0x2000000>;
62 reg = <0xf 0xfe124000 0 0x2000>;
63 ranges = <0 0 0xf 0xe8000000 0x08000000
64 2 0 0xf 0xff800000 0x00010000
65 3 0 0xf 0xffdf0000 0x00008000>;
[all …]
Dt1023rdb.dts50 size = <0 0x1000000>;
51 alignment = <0 0x1000000>;
55 size = <0 0x400000>;
56 alignment = <0 0x400000>;
60 size = <0 0x2000000>;
61 alignment = <0 0x2000000>;
66 reg = <0xf 0xfe124000 0 0x2000>;
67 ranges = <0 0 0xf 0xe8000000 0x08000000
68 1 0 0xf 0xff800000 0x00010000>;
70 nor@0,0 {
[all …]
/Linux-v5.10/arch/arm64/boot/dts/amlogic/
Dmeson-a1.dtsi19 #size-cells = <0>;
21 cpu0: cpu@0 {
24 reg = <0x0 0x0>;
32 reg = <0x0 0x1>;
55 size = <0x0 0x800000>;
56 alignment = <0x0 0x400000>;
79 reg = <0x0 0xfe000000 0x0 0x1000000>;
82 ranges = <0x0 0x0 0x0 0xfe000000 0x0 0x1000000>;
85 reset: reset-controller@0 {
87 reg = <0x0 0x0 0x0 0x8c>;
[all …]
/Linux-v5.10/arch/powerpc/platforms/embedded6xx/
Dmpc10x.h24 * Processor: 0x80000000 - 0x807fffff -> PCI I/O: 0x00000000 - 0x007fffff
25 * Processor: 0xc0000000 - 0xdfffffff -> PCI MEM: 0x00000000 - 0x1fffffff
26 * PCI MEM: 0x80000000 -> Processor System Memory: 0x00000000
29 * Processor: 0xfe000000 - 0xfebfffff -> PCI I/O: 0x00000000 - 0x00bfffff
30 * Processor: 0x80000000 - 0xbfffffff -> PCI MEM: 0x80000000 - 0xbfffffff
31 * PCI MEM: 0x00000000 -> Processor System Memory: 0x00000000
40 #define MPC10X_BRIDGE_8240 ((0x0003 << 16) | PCI_VENDOR_ID_MOTOROLA)
41 #define MPC10X_BRIDGE_107 ((0x0004 << 16) | PCI_VENDOR_ID_MOTOROLA)
42 #define MPC10X_BRIDGE_8245 ((0x0006 << 16) | PCI_VENDOR_ID_MOTOROLA)
49 #define MPC10X_MAPA_CNFG_ADDR 0x80000cf8
[all …]
/Linux-v5.10/arch/arm/boot/dts/
Dalpine.dtsi37 reg = <0 0 0 0>;
43 #size-cells = <0>;
46 cpu@0 {
49 reg = <0>;
97 #size-cells = <0>;
98 #address-cells = <0>;
100 reg = <0x0 0xfb001000 0x0 0x1000>,
101 <0x0 0xfb002000 0x0 0x2000>,
102 <0x0 0xfb004000 0x0 0x2000>,
103 <0x0 0xfb006000 0x0 0x2000>;
[all …]
/Linux-v5.10/arch/arm/mach-iop32x/
Dhardware.h13 * The PCI IO space is located at virtual 0xfe000000 from physical
14 * 0x90000000. The PCI BARs must be programmed with physical addresses,
/Linux-v5.10/arch/arm/include/debug/
Dvf.S6 #define VF_UART0_BASE_ADDR 0x40027000
7 #define VF_UART1_BASE_ADDR 0x40028000
8 #define VF_UART2_BASE_ADDR 0x40029000
9 #define VF_UART3_BASE_ADDR 0x4002a000
14 #define VF_UART_VIRTUAL_BASE 0xfe000000
18 and \rv, \rp, #0xffffff @ offset within 16MB section
23 strb \rd, [\rx, #0x7] @ Data Register
27 1001: ldrb \rd, [\rx, #0x4] @ Status Register 1
/Linux-v5.10/arch/nds32/include/asm/
Dftrace.h23 #define INSN_NOP 0x09000040
24 #define INSN_SIZE(insn) (((insn & 0x00000080) == 0) ? 4 : 2)
25 #define IS_SETHI(insn) ((insn & 0x000000fe) == 0x00000046)
28 #define INSN_NOP 0x40000009
29 #define INSN_SIZE(insn) (((insn & 0x80000000) == 0) ? 4 : 2)
30 #define IS_SETHI(insn) ((insn & 0xfe000000) == 0x46000000)
/Linux-v5.10/arch/arm/mach-pxa/include/mach/
Daddr-map.h8 #define PXA_CS0_PHYS 0x00000000
9 #define PXA_CS1_PHYS 0x04000000
10 #define PXA_CS2_PHYS 0x08000000
11 #define PXA_CS3_PHYS 0x0C000000
12 #define PXA_CS4_PHYS 0x10000000
13 #define PXA_CS5_PHYS 0x14000000
15 #define PXA300_CS0_PHYS 0x00000000 /* PXA300/PXA310 _only_ */
16 #define PXA300_CS1_PHYS 0x30000000 /* PXA300/PXA310 _only_ */
17 #define PXA3xx_CS2_PHYS 0x10000000
18 #define PXA3xx_CS3_PHYS 0x14000000
[all …]
Dhardware.h19 #define UNCACHED_PHYS_0 0xfe000000
20 #define UNCACHED_PHYS_0_SIZE 0x00100000
25 * 0x40000000 - 0x41ffffff <--> 0xf2000000 - 0xf3ffffff
26 * 0x44000000 - 0x45ffffff <--> 0xf4000000 - 0xf5ffffff
27 * 0x48000000 - 0x49ffffff <--> 0xf6000000 - 0xf7ffffff
28 * 0x4c000000 - 0x4dffffff <--> 0xf8000000 - 0xf9ffffff
29 * 0x50000000 - 0x51ffffff <--> 0xfa000000 - 0xfbffffff
30 * 0x54000000 - 0x55ffffff <--> 0xfc000000 - 0xfdffffff
31 * 0x58000000 - 0x59ffffff <--> 0xfe000000 - 0xffffffff
36 #define io_v2p(x) (0x3c000000 + ((x) & 0x01ffffff) + (((x) & 0x0e000000) << 1))
[all …]

12345678