Home
last modified time | relevance | path

Searched defs:memory (Results 1 – 25 of 151) sorted by relevance

1234567

/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dhw_core.c54 core *memory = (core*)device_data(me); in hw_core_init_address_callback() local
68 core *memory = (core*)device_data(me); in hw_core_attach_address_callback() local
88 core *memory = (core*)device_data(me); in hw_core_dma_read_buffer_callback() local
104 core *memory = (core*)device_data(me); in hw_core_dma_write_buffer_callback() local
133 core *memory = core_create(); in hw_core_create() local
Dcorefile.c82 core_init(core *memory) in core_init()
111 core_readable(core *memory) in core_readable()
118 core_writeable(core *memory) in core_writeable()
125 core_executable(core *memory) in core_executable()
216 core_attach(core *memory, in core_attach()
Dhw_htab.c338 device_instance *memory, in claim_memory()
356 device_instance *memory, in htab_map_region()
497 device_instance *memory, in htab_map_binary()
599 device_instance *memory = NULL; in htab_init_data_callback() local
Dmain.c239 void *memory = malloc(size); in zalloc() local
Dvm.c1001 vm_page_tlb_invalidate_entry(vm *memory, in vm_page_tlb_invalidate_entry()
1012 vm_page_tlb_invalidate_all(vm *memory) in vm_page_tlb_invalidate_all()
1026 vm_create_data_map(vm *memory) in vm_create_data_map()
1034 vm_create_instruction_map(vm *memory) in vm_create_instruction_map()
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dhw-alloc.c54 struct hw_alloc_data *memory = ZALLOC (struct hw_alloc_data); in hw_zalloc() local
64 struct hw_alloc_data *memory = ZALLOC (struct hw_alloc_data); in hw_malloc() local
75 struct hw_alloc_data **memory; in hw_free() local
/netbsd/src/external/bsd/kyua-cli/dist/utils/
Dmemory_test.cpp47 const units::bytes memory = utils::physical_memory(); in ATF_TEST_CASE_BODY() local
Doptional_test.cpp181 ATF_TEST_CASE_BODY(memory) in ATF_TEST_CASE_BODY() argument
/netbsd/src/external/gpl3/gdb/dist/sim/sh/
Dinterp.c500 wlat_fast (unsigned char *memory, int x, int value, int maskl) in wlat_fast()
509 wwat_fast (unsigned char *memory, int x, int value, int maskw, int endianw) in wwat_fast()
518 wbat_fast (unsigned char *memory, int x, int value, int maskb) in wbat_fast()
529 rlat_fast (unsigned char *memory, int x, int maskl) in rlat_fast()
538 rwat_fast (unsigned char *memory, int x, int maskw, int endianw) in rwat_fast()
555 rbat_fast (unsigned char *memory, int x, int maskb) in rbat_fast()
578 do_rdat (unsigned char *memory, int x, int n, int maskl) in do_rdat()
593 do_wdat (unsigned char *memory, int x, int n, int maskl) in do_wdat()
824 unsigned char *memory = saved_state.asregs.memory; in strswaplen() local
859 unsigned char *memory, int maskl, int maskw, int endianw) in trap()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-main.h46 int memory; member
/netbsd/src/external/gpl3/gdb/dist/sim/v850/
Dinterp.c319 v850_reg_fetch (SIM_CPU *cpu, int rn, void *memory, int length) in v850_reg_fetch()
326 v850_reg_store (SIM_CPU *cpu, int rn, const void *memory, int length) in v850_reg_store()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmemrange.c44 normalize_mem_ranges (std::vector<mem_range> *memory) in normalize_mem_ranges()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dresource.h31 char memory; /* Insn sets or needs a memory location. */ member
/netbsd/src/external/bsd/kyua-cli/dist/utils/sqlite/
Dstatement.hpp70 const void* memory; member in utils::sqlite::blob
/netbsd/src/external/gpl3/gdb/dist/sim/arm/
Dwrapper.c401 frommem (struct ARMul_State *state, const unsigned char *memory) in frommem()
413 unsigned char *memory, in tomem()
540 unsigned char *memory = buf; in arm_reg_fetch() local
/netbsd/src/sbin/cgdconfig/
Dargon2_utils.c82 size_t *iterations, size_t *memory, size_t *parallelism) in argon2id_calibrate()
/netbsd/src/external/gpl3/gdb/dist/sim/m68hc11/
Dinterp.c549 unsigned char *memory = buf; in m68hc11_reg_fetch() local
614 const unsigned char *memory = buf; in m68hc11_reg_store() local
/netbsd/src/external/gpl3/gdb/dist/sim/microblaze/
Dinterp.c318 microblaze_reg_store (SIM_CPU *cpu, int rn, const void *memory, int length) in microblaze_reg_store()
340 microblaze_reg_fetch (SIM_CPU *cpu, int rn, void *memory, int length) in microblaze_reg_fetch()
/netbsd/src/external/bsd/kyua-cli/dist/cli/
Dcmd_db_exec_test.cpp139 const char* memory = "BLOB contents"; in ATF_TEST_CASE_BODY() local
/netbsd/src/sys/arch/epoc32/stand/e32boot/exe/
De32boot.cpp330 struct btinfo_memory *memory; in CreateBootInfo() local
425 struct btinfo_memory *memory; in SummaryBootInfoMemory() local
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dprintf-parse.c507 DIRECTIVE *memory; in PRINTF_PARSE() local
/netbsd/src/external/gpl3/gdb/dist/sim/cr16/
Dinterp.c725 cr16_reg_fetch (SIM_CPU *cpu, int rn, void *memory, int length) in cr16_reg_fetch()
774 cr16_reg_store (SIM_CPU *cpu, int rn, const void *memory, int length) in cr16_reg_store()
/netbsd/src/external/gpl3/gdb/dist/sim/igen/
Dmisc.c73 void *memory = malloc (size); in zalloc() local
/netbsd/src/external/gpl3/gdb/dist/sim/d10v/
Dinterp.c605 uint8_t **memory; in map_memory() local
674 uint8_t *memory; in xfer_mem() local
1214 d10v_reg_fetch (SIM_CPU *cpu, int rn, void *memory, int length) in d10v_reg_fetch()
1298 d10v_reg_store (SIM_CPU *cpu, int rn, const void *memory, int length) in d10v_reg_store()
/netbsd/src/sys/external/bsd/drm2/dist/drm/
Ddrm_legacy.h147 struct agp_memory *memory; member

1234567