| /openbmc/u-boot/test/dm/ |
| H A D | osd.c | 19 static void split(u8 *mem, uint size, u8 *text, u8 *colors) in split() 30 static void print_mem(u8 *mem, uint width, uint height) in print_mem() 57 u8 mem[memsize + 1]; in dm_test_osd_basics() local 135 u8 mem[memsize + 1]; in dm_test_osd_extended() local
|
| /openbmc/u-boot/arch/arm/mach-exynos/ |
| H A D | dmc_common.c | 17 int dmc_config_zq(struct mem_timings *mem, uint32_t *phy0_con16, in dmc_config_zq() 95 void dmc_config_mrs(struct mem_timings *mem, uint32_t *directcmd) in dmc_config_mrs() 136 void dmc_config_prech(struct mem_timings *mem, uint32_t *directcmd) in dmc_config_prech() 157 struct mem_timings *mem; in mem_ctrl_init() local
|
| H A D | clock_init_exynos5.c | 524 struct mem_timings *mem; in clock_get_mem_timings() local 551 struct mem_timings *mem; in exynos5250_system_clock_init() local 786 struct mem_timings *mem; in exynos5420_system_clock_init() local
|
| H A D | dmc_init_exynos4.c | 31 struct mem_timings mem = { variable
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | mte_helper.c | 265 int load_tag1(uint64_t ptr, uint8_t *mem) in load_tag1() 274 uint8_t *mem; in HELPER() local 299 void store_tag1(uint64_t ptr, uint8_t *mem, int tag) in store_tag1() 306 static void store_tag1_parallel(uint64_t ptr, uint8_t *mem, int tag) in store_tag1_parallel() 327 uint8_t *mem; in do_stg() local 540 uint8_t *mem; in HELPER() local 681 static int checkN(uint8_t *mem, int odd, int cmp, int count) in checkN() 730 static int checkNrev(uint8_t *mem, int odd, int cmp, int count) in checkNrev() 926 void *mem; in HELPER() local 1028 void *mem; in mte_mops_probe() local [all …]
|
| /openbmc/u-boot/lib/ |
| H A D | of_live.c | 18 static void *unflatten_dt_alloc(void **mem, unsigned long size, in unflatten_dt_alloc() 41 static void *unflatten_dt_node(const void *blob, void *mem, int *poffset, in unflatten_dt_node() 266 void *mem; in unflatten_device_tree() local
|
| /openbmc/qemu/hw/vmapple/ |
| H A D | vmapple.c | 134 static void create_bdif(VMAppleMachineState *vms, MemoryRegion *mem) in create_bdif() 167 static void create_pvpanic(VMAppleMachineState *vms, MemoryRegion *mem) in create_pvpanic() 178 static bool create_cfg(VMAppleMachineState *vms, MemoryRegion *mem, in create_cfg() 205 static void create_gfx(VMAppleMachineState *vms, MemoryRegion *mem) in create_gfx() 219 static void create_aes(VMAppleMachineState *vms, MemoryRegion *mem) in create_aes() 236 static void create_gic(VMAppleMachineState *vms, MemoryRegion *mem) in create_gic() 288 MemoryRegion *mem, Chardev *chr) in create_uart() 318 MemoryRegion *mem) in create_gpio_devices()
|
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | invalid-slots.c | 18 char mem[8] __attribute__((aligned(8))); variable
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | spi-mem.c | 450 struct spi_mem *mem; in spi_mem_probe() local 465 struct spi_mem *mem = spi_get_drvdata(spi); in spi_mem_remove() local 476 struct spi_mem *mem = spi_get_drvdata(spi); in spi_mem_shutdown() local
|
| /openbmc/u-boot/arch/xtensa/lib/ |
| H A D | bootm.c | 42 struct meminfo *mem; in setup_memory_tag() local 81 struct meminfo *mem; in setup_ramdisk_tag() local
|
| /openbmc/qemu/include/hw/vfio/ |
| H A D | vfio-region.h | 15 MemoryRegion mem; member 26 MemoryRegion *mem; /* slow, read/write access */ member
|
| /openbmc/qemu/target/rx/ |
| H A D | translate.c | 164 static inline void rx_gen_ld(unsigned int size, TCGv reg, TCGv mem) in rx_gen_ld() 170 static inline void rx_gen_ldu(unsigned int size, TCGv reg, TCGv mem) in rx_gen_ldu() 176 static inline void rx_gen_st(unsigned int size, TCGv reg, TCGv mem) in rx_gen_st() 182 static inline void rx_gen_regindex(DisasContext *ctx, TCGv mem, in rx_gen_regindex() 190 static inline TCGv rx_index_addr(DisasContext *ctx, TCGv mem, in rx_index_addr() 221 static inline TCGv rx_load_source(DisasContext *ctx, TCGv mem, in rx_load_source() 432 TCGv mem; in trans_MOV_rm() local 442 TCGv mem; in trans_MOV_mr() local 462 TCGv imm, mem; in trans_MOV_im() local 473 TCGv mem; in trans_MOV_ar() local [all …]
|
| /openbmc/u-boot/post/drivers/ |
| H A D | memory.c | 275 ulong *mem = (ulong *) start; in memory_post_test1() local 305 ulong *mem = (ulong *) start; in memory_post_test2() local 335 ulong *mem = (ulong *) start; in memory_post_test3() local 365 ulong *mem = (ulong *) start; in memory_post_test4() local
|
| /openbmc/u-boot/arch/x86/cpu/baytrail/ |
| H A D | fsp_configs.c | 34 struct memory_down_data *mem; in update_fsp_configs() local
|
| /openbmc/u-boot/board/barco/platinum/ |
| H A D | spl_picon.c | 116 struct mx6_ddr3_cfg *mem = &mt41k256m16ha_125; in spl_dram_init() local
|
| H A D | spl_titanium.c | 119 struct mx6_ddr3_cfg *mem = &mt41j128m16jt_125; in spl_dram_init() local
|
| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | clc.c | 29 unsigned long mem = 42, rhs = 500; in main() local
|
| /openbmc/u-boot/include/linux/ |
| H A D | kbuild.h | 14 #define OFFSET(sym, str, mem) \ argument
|
| /openbmc/qemu/tests/tcg/x86_64/ |
| H A D | cmpxchg.c | 3 static int mem; variable
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | pam.c | 33 void init_pam(PAMMemoryRegion *mem, Object *owner, MemoryRegion *ram_memory, in init_pam()
|
| /openbmc/qemu/hw/usb/ |
| H A D | libhw.c | 30 void *mem; in usb_packet_map() local
|
| /openbmc/qemu/include/ |
| H A D | glib-compat.h | 96 static inline gpointer g_memdup2_qemu(gconstpointer mem, gsize byte_size) in g_memdup2_qemu()
|
| /openbmc/qemu/include/hw/nvram/ |
| H A D | mac_nvram.h | 45 MemoryRegion mem; member
|
| /openbmc/phosphor-certificate-manager/ |
| H A D | csr.cpp | 81 BUF_MEM* mem = nullptr; in csr() local
|
| /openbmc/qemu/tests/migration-stress/guestperf/ |
| H A D | hardware.py | 22 def __init__(self, cpus=1, mem=1, argument
|