Home
last modified time | relevance | path

Searched +full:0 +full:x28400000 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dtoshiba,visconti-pcie.yaml81 reg = <0x0 0x28400000 0x0 0x00400000>,
82 <0x0 0x70000000 0x0 0x10000000>,
83 <0x0 0x28050000 0x0 0x00010000>,
84 <0x0 0x24200000 0x0 0x00002000>,
85 <0x0 0x24162000 0x0 0x00001000>;
88 bus-range = <0x00 0xff>;
95 ranges = <0x81000000 0 0x40000000 0 0x40000000 0 0x00010000>,
96 <0x82000000 0 0x50000000 0 0x50000000 0 0x20000000>;
100 interrupt-map-mask = <0 0 0 7>;
102 <0 0 0 1 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH
[all …]
/openbmc/linux/arch/arm64/boot/dts/toshiba/
H A Dtmpv7708.dtsi14 /memreserve/ 0x81000000 0x00300000; /* cpu-release-addr */
23 #size-cells = <0>;
57 cpu0: cpu@0 {
61 cpu-release-addr = <0x0 0x81100000>;
62 reg = <0x00>;
69 cpu-release-addr = <0x0 0x81100000>;
70 reg = <0x01>;
77 cpu-release-addr = <0x0 0x81100000>;
78 reg = <0x02>;
85 cpu-release-addr = <0x0 0x81100000>;
[all …]
/openbmc/linux/arch/hexagon/kernel/
H A Dvm_init_segtable.S16 * Start with mapping PA=0 to both VA=0x0 and VA=0xc000000 as 16MB large pages.
46 /* VA 0x00000000 */
59 /* VA 0x40000000 */
68 /* VA 0x80000000 */
74 /*0xa8*/.word X,X,X,X
77 /*0xa9*/.word BKPG_IO(0xa9000000),BKPG_IO(0xa9000000),BKPG_IO(0xa9000000),BKPG_IO(0xa9000000)
79 /*0xa9*/.word X,X,X,X
81 /*0xaa*/.word X,X,X,X
82 /*0xab*/.word X,X,X,X
83 /*0xac*/.word X,X,X,X
[all …]
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc20 QEMU_BUILD_BUG_ON(TCG_TYPE_I32 != 0 || TCG_TYPE_I64 != 1);
71 tcg_debug_assert(slot >= 0 && slot <= 1);
87 if (offset == sextract64(offset, 0, 26)) {
90 *src_rw = deposit32(*src_rw, 0, 26, offset);
101 if (offset == sextract64(offset, 0, 19)) {
113 if (offset == sextract64(offset, 0, 14)) {
123 tcg_debug_assert(addend == 0);
137 #define TCG_CT_CONST_AIMM 0x100
138 #define TCG_CT_CONST_LIMM 0x200
139 #define TCG_CT_CONST_ZERO 0x400
[all …]
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-insn-defs.c.inc12 OPC_MOVGR2SCR = 0x00000800,
13 OPC_MOVSCR2GR = 0x00000c00,
14 OPC_CLZ_W = 0x00001400,
15 OPC_CTZ_W = 0x00001c00,
16 OPC_CLZ_D = 0x00002400,
17 OPC_CTZ_D = 0x00002c00,
18 OPC_REVB_2H = 0x00003000,
19 OPC_REVB_2W = 0x00003800,
20 OPC_REVB_D = 0x00003c00,
21 OPC_SEXT_H = 0x00005800,
[all …]