Home
last modified time | relevance | path

Searched defs:mem (Results 1 – 25 of 144) sorted by relevance

123456

/openbmc/u-boot/test/dm/
H A Dosd.c19 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 Ddmc_common.c17 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 Dclock_init_exynos5.c524 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 Ddmc_init_exynos4.c31 struct mem_timings mem = { variable
/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c265 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 Dof_live.c18 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 Dvmapple.c134 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 Dinvalid-slots.c18 char mem[8] __attribute__((aligned(8))); variable
/openbmc/u-boot/drivers/spi/
H A Dspi-mem.c450 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 Dbootm.c42 struct meminfo *mem; in setup_memory_tag() local
81 struct meminfo *mem; in setup_ramdisk_tag() local
/openbmc/qemu/include/hw/vfio/
H A Dvfio-region.h15 MemoryRegion mem; member
26 MemoryRegion *mem; /* slow, read/write access */ member
/openbmc/qemu/target/rx/
H A Dtranslate.c164 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 Dmemory.c275 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 Dfsp_configs.c34 struct memory_down_data *mem; in update_fsp_configs() local
/openbmc/u-boot/board/barco/platinum/
H A Dspl_picon.c116 struct mx6_ddr3_cfg *mem = &mt41k256m16ha_125; in spl_dram_init() local
H A Dspl_titanium.c119 struct mx6_ddr3_cfg *mem = &mt41j128m16jt_125; in spl_dram_init() local
/openbmc/qemu/tests/tcg/s390x/
H A Dclc.c29 unsigned long mem = 42, rhs = 500; in main() local
/openbmc/u-boot/include/linux/
H A Dkbuild.h14 #define OFFSET(sym, str, mem) \ argument
/openbmc/qemu/tests/tcg/x86_64/
H A Dcmpxchg.c3 static int mem; variable
/openbmc/qemu/hw/pci-host/
H A Dpam.c33 void init_pam(PAMMemoryRegion *mem, Object *owner, MemoryRegion *ram_memory, in init_pam()
/openbmc/qemu/hw/usb/
H A Dlibhw.c30 void *mem; in usb_packet_map() local
/openbmc/qemu/include/
H A Dglib-compat.h96 static inline gpointer g_memdup2_qemu(gconstpointer mem, gsize byte_size) in g_memdup2_qemu()
/openbmc/qemu/include/hw/nvram/
H A Dmac_nvram.h45 MemoryRegion mem; member
/openbmc/phosphor-certificate-manager/
H A Dcsr.cpp81 BUF_MEM* mem = nullptr; in csr() local
/openbmc/qemu/tests/migration-stress/guestperf/
H A Dhardware.py22 def __init__(self, cpus=1, mem=1, argument

123456