/openbmc/linux/tools/testing/selftests/ia64/ |
H A D | aliasing-test.c | 36 if (fnmatch("/proc/bus/pci/*", path, 0) == 0) { in map_mem() 59 return 0; in map_mem() 66 int i, n, r, rc = 0, result = 0; in scan_tree() 69 n = scandir(path, &namelist, 0, alphasort); in scan_tree() 70 if (n < 0) { in scan_tree() 75 for (i = 0; i < n; i++) { in scan_tree() 78 if (fnmatch(".", name, 0) == 0) in scan_tree() 80 if (fnmatch("..", name, 0) == 0) in scan_tree() 88 if (fnmatch(file, name, 0) == 0) { in scan_tree() 90 if (rc == 0) in scan_tree() [all …]
|
/openbmc/qemu/tests/multiboot/ |
H A D | mmap.out | 10 0x0 - 0x9fc00: type 1 [entry size: 20] 11 0x9fc00 - 0xa0000: type 2 [entry size: 20] 12 0xf0000 - 0x100000: type 2 [entry size: 20] 13 0x100000 - 0x7fe0000: type 1 [entry size: 20] 14 0x7fe0000 - 0x8000000: type 2 [entry size: 20] 15 0xfffc0000 - 0x100000000: type 2 [entry size: 20] 17 mmap start: 0x9000 18 mmap end: 0x9090 19 real mmap end: 0x9090 28 0x0 - 0x9fc00: type 1 [entry size: 20] [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/ |
H A D | libx86-mmap-offset.patch | 14 + if (!LRMI_common_init(0)) 15 return 0; 29 return 0; 31 - mmap_addr = 0; 37 X86_ESP = 0xFFF9; 38 memset (stack, 0, 64*1024); 40 - *((char *)0) = 0x4f; /* Make sure that we end up jumping back to a 42 + *mmap_addr = 0x4f; /* Make sure that we end up jumping back to a 45 - M.mem_base = 0; 59 } mem_info = { 0 }; [all …]
|
/openbmc/u-boot/include/configs/ |
H A D | nas220.h | 28 #define NAS220_GE_OE_VAL_HIGH (0) 30 #define NAS220_GE_OE_HIGH (~(0)) 54 #define CONFIG_ENV_SECT_SIZE 0x10000 57 #define CONFIG_ENV_SIZE 0x10000 58 #define CONFIG_ENV_OFFSET 0xa0000 66 "bootargs=console=ttyS0,115200\0" \ 67 "mtdparts=mtdparts=orion_nand:0xa0000@0x0(uboot),"\ 68 "0x010000@0xa0000(env),"\ 69 "0x500000@0xc0000(uimage),"\ 70 "0x1a40000@0x5c0000(rootfs)\0" \ [all …]
|
H A D | xilinx_zynqmp.h | 19 #define GICD_BASE 0xF9010000 20 #define GICC_BASE 0xF9020000 23 # define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000 26 #define CONFIG_SYS_MEMTEST_START 0 37 #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 0x2000000) 64 #define CONFIG_SYS_LOAD_ADDR 0x8000000 67 #define CONFIG_SYS_DFU_DATA_BUF_SIZE 0x1800000 75 "system.dtb ram $fdt_addr $fdt_size\0" \ 76 "dfu_ram=run dfu_ram_info && dfu 0 ram 0\0" \ 77 "thor_ram=run dfu_ram_info && thordown 0 ram 0\0" [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/crypto/ |
H A D | fsl-sec6.txt | 23 Definition: Must include "fsl,sec-v6.0". 63 compatible = "fsl,sec-v6.0"; 67 reg = <0xa0000 0x20000>; 68 ranges = <0 0xa0000 0x20000>; 84 Definition: Must include "fsl,sec-v6.0-job-ring". 103 compatible = "fsl,sec-v6.0-job-ring"; 104 reg = <0x1000 0x1000>; 105 interrupts = <49 2 0 0>; 115 In qoriq-sec6.0.dtsi: 117 compatible = "fsl,sec-v6.0"; [all …]
|
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-imx8qxp-lpcg.h | 11 #define LSIO_PWM_0_LPCG 0x00000 12 #define LSIO_PWM_1_LPCG 0x10000 13 #define LSIO_PWM_2_LPCG 0x20000 14 #define LSIO_PWM_3_LPCG 0x30000 15 #define LSIO_PWM_4_LPCG 0x40000 16 #define LSIO_PWM_5_LPCG 0x50000 17 #define LSIO_PWM_6_LPCG 0x60000 18 #define LSIO_PWM_7_LPCG 0x70000 19 #define LSIO_GPIO_0_LPCG 0x80000 20 #define LSIO_GPIO_1_LPCG 0x90000 [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 073 | 25 seq=`basename $0` 34 trap "_cleanup; exit \$status" 0 1 2 3 15 56 $QEMU_IO -c "write -P 0xa5 0 $size" "$TEST_IMG.base" | _filter_qemu_io 61 $QEMU_IO -c "write -P 0x11 0 0x10000" "$TEST_IMG" | _filter_qemu_io 62 $QEMU_IO -c "write -P 0x11 0x10000 0x10000" "$TEST_IMG.base" | _filter_qemu_io 64 $QEMU_IO -c "read -P 0x11 0 0x20000" "$TEST_IMG" | _filter_qemu_io 69 $QEMU_IO -c "write -P 0x22 0x20000 0x10000" "$TEST_IMG" | _filter_qemu_io 70 $QEMU_IO -c "write -c -P 0x22 0x30000 0x10000" "$TEST_IMG" | _filter_qemu_io 72 $QEMU_IO -c "read -P 0x22 0x20000 0x20000" "$TEST_IMG" | _filter_qemu_io 77 $QEMU_IO -c "write -P 0x33 0x40000 0x20000" "$TEST_IMG" | _filter_qemu_io [all …]
|
H A D | 046 | 25 seq=`basename $0` 34 trap "_cleanup; exit \$status" 0 1 2 3 15 60 local pattern=0 61 local cur_sec=0 63 for ((i=0;i<=$((sectors - 1));i++)); do 71 backing_io 0 32 write | $QEMU_IO "$TEST_IMG" | _filter_qemu_io 84 aio_write -P 10 0x18000 0x2000 87 aio_write -P 11 0x12000 0x2000 88 aio_write -P 12 0x1c000 0x2000 98 aio_write -P 20 0x28000 0x2000 [all …]
|
/openbmc/qemu/hw/display/ |
H A D | cirrus_vga_internal.h | 32 #define CIRRUS_ID_CLGD5422 (0x23 << 2) 33 #define CIRRUS_ID_CLGD5426 (0x24 << 2) 34 #define CIRRUS_ID_CLGD5424 (0x25 << 2) 35 #define CIRRUS_ID_CLGD5428 (0x26 << 2) 36 #define CIRRUS_ID_CLGD5430 (0x28 << 2) 37 #define CIRRUS_ID_CLGD5434 (0x2A << 2) 38 #define CIRRUS_ID_CLGD5436 (0x2B << 2) 39 #define CIRRUS_ID_CLGD5446 (0x2E << 2) 58 MemoryRegion low_mem_container; /* container for 0xa0000-0xc0000 */ 60 MemoryRegion cirrus_bank[2]; /* aliases at 0xa0000-0xb0000 */
|
/openbmc/qemu/include/hw/pci-host/ |
H A D | pam.h | 35 * 0xa0000 - 0xbffff compatible SMRAM 37 * 0xc0000 - 0xc3fff Expansion area memory segments 38 * 0xc4000 - 0xc7fff 39 * 0xc8000 - 0xcbfff 40 * 0xcc000 - 0xcffff 41 * 0xd0000 - 0xd3fff 42 * 0xd4000 - 0xd7fff 43 * 0xd8000 - 0xdbfff 44 * 0xdc000 - 0xdffff 45 * 0xe0000 - 0xe3fff Extended System BIOS Area Memory Segments [all …]
|
/openbmc/linux/Documentation/arch/ia64/ |
H A D | aliasing.rst | 185 mmap of 0x0-0x9FFFF /dev/mem by "hwinfo" on HP sx1000 with VGA enabled 191 0x00000-0x9FFFF WB only 192 0xA0000-0xBFFFF UC only (VGA frame buffer) 193 0xC0000-0xFFFFF WB only 199 The kernel VGA driver may ioremap the VGA frame buffer at 0xA0000, 205 mmap of 0x0-0xFFFFF legacy_mem by "X" 221 mmap of 0xA0000-0xBFFFF legacy_mem by "X" on HP sx1000 with VGA disabled 226 0x00000-0xFFFFF WB only (no VGA MMIO hole) 234 For VGA devices, this may cause an ioremap() of 0xC0000. This 236 at 0xA0000 prevents use of a WB granule. The UC mapping causes
|
/openbmc/linux/drivers/video/ |
H A D | screen_info_generic.c | 12 memset(r, 0, sizeof(*r)); in resource_init_named() 37 case 0x0d: /* 320x200-4 */ in __screen_info_has_ega_gfx() 38 case 0x0e: /* 640x200-4 */ in __screen_info_has_ega_gfx() 39 case 0x0f: /* 640x350-1 */ in __screen_info_has_ega_gfx() 40 case 0x10: /* 640x350-4 */ in __screen_info_has_ega_gfx() 50 case 0x10: /* 640x480-1 */ in __screen_info_has_vga_gfx() 51 case 0x12: /* 640x480-4 */ in __screen_info_has_vga_gfx() 52 case 0x13: /* 320-200-8 */ in __screen_info_has_vga_gfx() 53 case 0x6a: /* 800x600-4 (VESA) */ in __screen_info_has_vga_gfx() 82 if (num > 0) in screen_info_resources() [all …]
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_rdwr.c | 57 return 0; \ 84 return 0; \ 102 ssize_t done = 0; in do_io_rw() 113 fillable = 0; in do_io_rw() 185 u8 val = 0xFF; in do_io_rw() 188 for (i = 0; i < filled; i++) in do_io_rw() 210 return 0; in vfio_pci_setup_barmap() 216 io = pci_iomap(pdev, bar, 0); in vfio_pci_setup_barmap() 224 return 0; in vfio_pci_setup_barmap() 233 size_t x_start = 0, x_end = 0; in vfio_pci_bar_rw() [all …]
|
/openbmc/linux/arch/mips/boot/dts/ralink/ |
H A D | gardena_smart_gateway_mt7688.dts | 18 memory@0 { 20 reg = <0x0 0x8000000>; 27 pinctrl-0 = <&pinmux_gpio_gpio>; /* GPIO11 */ 40 pinctrl-0 = <&pinmux_pwm0_gpio>, /* GPIO18 */ 130 pinctrl-0 = <&pinmux_spi_spi>, <&pinmux_spi_cs1_cs>; 132 flash@0 { 134 reg = <0>; 142 partition@0 { 144 reg = <0x0 0xa0000>; 150 reg = <0xa0000 0x10000>; [all …]
|
/openbmc/u-boot/drivers/bios_emulator/ |
H A D | besys.c | 44 * timer port access. Made all the VGA port except reading 0x3c3 45 * be emulated. Seems like reading 0x3c3 should return the high 59 static u8 BE_model = 0xFC; 60 static u8 BE_submodel = 0x00; 88 if (addr >= 0xC0000 && addr <= _BE_env.biosmem_limit) { in BE_memaddr() 89 return (u8*)(_BE_env.biosmem_base + addr - 0xC0000); in BE_memaddr() 90 } else if (addr > _BE_env.biosmem_limit && addr < 0xD0000) { in BE_memaddr() 94 } else if (addr >= 0xA0000 && addr <= 0xBFFFF) { in BE_memaddr() 95 return (u8*)(_BE_env.busmem_base + addr - 0xA0000); in BE_memaddr() 98 else if (addr >= 0xD0000 && addr <= 0xFFFFF) { in BE_memaddr() [all …]
|
/openbmc/u-boot/configs/ |
H A D | iconnect_defconfig | 3 CONFIG_SYS_TEXT_BASE=0x600000 20 CONFIG_MTDPARTS_DEFAULT="mtdparts=orion_nand:0x80000@0x0(uboot),0x20000@0x80000(uboot_env),-@0xa000…
|
/openbmc/linux/arch/ia64/scripts/ |
H A D | check-segrel.lds | 6 . = 0xa0000;
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | c293si-post.dtsi | 39 interrupts = <19 2 0 0>; 42 /* controller at 0xa000 */ 48 bus-range = <0 255>; 50 interrupts = <16 2 0 0>; 52 pcie@0 { 53 reg = <0 0 0 0 0>; 58 interrupts = <16 2 0 0>; 59 interrupt-map-mask = <0xf800 0 0 7>; 61 /* IDSEL 0x0 */ 62 0000 0x0 0x0 0x1 &mpic 0x0 0x1 0x0 0x0 [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.ublimage | 59 ENTRY 0x00000020 71 (for RBL always 0) 73 START_PAGE 0 83 Example: cam_enc_4xx pad_to = 0x20 + (6 * 0x800) = 0x3020 = 12320 86 !! TEXT_BASE = 0x20, as the RBL starts at 0x20 102 page size = 0x800): 104 offset : 0x00000 | 0x800 | 0x3800 110 (Example for the cam_enc_4xx board with a NAND page size = 0x800, block 111 size = 0x20000 and CONFIG_SYS_NROF_UBL_HEADER 5): 113 offset : 0x80000 | 0xa0000 | 0xa3000 [all …]
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | e820.h | 21 #define ISA_START_ADDRESS 0xa0000 22 #define ISA_END_ADDRESS 0x100000
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun8i_csc.h | 14 #define CCSC00_OFFSET 0xAA050 15 #define CCSC01_OFFSET 0xFA050 16 #define CCSC01_D1_OFFSET 0xFA000 17 #define CCSC10_OFFSET 0xA0000 18 #define CCSC11_OFFSET 0xF0000 20 #define SUN8I_CSC_CTRL(base) ((base) + 0x0) 21 #define SUN8I_CSC_COEFF(base, i) ((base) + 0x10 + 4 * (i)) 23 #define SUN8I_CSC_CTRL_EN BIT(0)
|
H A D | sun8i_mixer.h | 18 #define SUN8I_MIXER_GLOBAL_CTL 0x0 19 #define SUN8I_MIXER_GLOBAL_STATUS 0x4 20 #define SUN8I_MIXER_GLOBAL_DBUFF 0x8 21 #define SUN8I_MIXER_GLOBAL_SIZE 0xc 23 #define SUN8I_MIXER_GLOBAL_CTL_RT_EN BIT(0) 25 #define SUN8I_MIXER_GLOBAL_DBUFF_ENABLE BIT(0) 27 #define DE2_MIXER_UNIT_SIZE 0x6000 28 #define DE3_MIXER_UNIT_SIZE 0x3000 30 #define DE2_BLD_BASE 0x1000 31 #define DE2_CH_BASE 0x2000 [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | str2mem_defs.h | 19 #define _STR2MEM_CRUN_BIT 0x100000 20 #define _STR2MEM_CMD_BITS 0x0F0000 21 #define _STR2MEM_COUNT_BITS 0x00FFFF 23 #define _STR2MEM_BLOCKS_CMD 0xA0000 24 #define _STR2MEM_PACKETS_CMD 0xB0000 25 #define _STR2MEM_BYTES_CMD 0xC0000 26 #define _STR2MEM_BYTES_FROM_PACKET_CMD 0xD0000 28 #define _STR2MEM_SOFT_RESET_REG_ID 0
|
/openbmc/linux/drivers/gpu/drm/vboxvideo/ |
H A D | vboxvideo_vbe.h | 9 #define VBE_DISPI_BANK_ADDRESS 0xA0000 16 #define VBE_DISPI_IOPORT_INDEX 0x01CE 17 #define VBE_DISPI_IOPORT_DATA 0x01CF 19 #define VBE_DISPI_IOPORT_DAC_WRITE_INDEX 0x03C8 20 #define VBE_DISPI_IOPORT_DAC_DATA 0x03C9 22 #define VBE_DISPI_INDEX_ID 0x0 23 #define VBE_DISPI_INDEX_XRES 0x1 24 #define VBE_DISPI_INDEX_YRES 0x2 25 #define VBE_DISPI_INDEX_BPP 0x3 26 #define VBE_DISPI_INDEX_ENABLE 0x4 [all …]
|