Home
last modified time | relevance | path

Searched refs:mem (Results 401 – 425 of 886) sorted by relevance

1...<<11121314151617181920>>...36

/freebsd/sys/x86/x86/
H A Dbusdma_bounce.c89 struct memdesc mem; member
825 struct memdesc *mem, bus_dmamap_callback_t *callback, void *callback_arg) in bounce_bus_dmamap_waitok() argument
830 map->mem = *mem; in bounce_bus_dmamap_waitok()
967 bounce_bus_dmamap_load_kmsan(bus_dmamap_t map, struct memdesc *mem) in bounce_bus_dmamap_load_kmsan() argument
971 memcpy(&map->kmsan_mem, mem, sizeof(map->kmsan_mem)); in bounce_bus_dmamap_load_kmsan()
/freebsd/sys/amd64/conf/
H A DDEFAULTS13 device mem # Memory and kernel memory devices
/freebsd/sys/vm/
H A Duma_int.h209 #define UMA_HASH_INSERT(h, s, mem) \ argument
211 (mem))], slab_tohashslab(s), uhs_hlink)
673 void uma_small_free(void *mem, vm_size_t size, uint8_t flags);
/freebsd/tools/tools/cxgbtool/
H A Dcxgbtool.c949 struct ch_mem_range mem; in dump_mc7() local
968 mem.buf = malloc(len); in dump_mc7()
969 if (!mem.buf) in dump_mc7()
972 mem.mem_id = mem_id; in dump_mc7()
973 mem.addr = addr; in dump_mc7()
974 mem.len = len; in dump_mc7()
976 if (doit(iff_name, CHELSIO_GET_MEM, &mem) < 0) in dump_mc7()
979 hexdump_8b(mem.addr, (uint64_t *)mem.buf, mem.len >> 3); in dump_mc7()
980 free(mem.buf); in dump_mc7()
/freebsd/sys/amd64/sgx/
H A Dsgxvar.h51 vm_object_t mem; member
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,asrc.txt30 "mem" Peripheral access clock to access registers.
69 clock-names = "mem", "ipg", "asrck0",
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt45 - mem-type: if present, sets the type of mapping is to be used to map the
46 reserved region. mem-type: 0 = write-combined (default), 1 = unbuffered,
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dnvidia,tegra234-xusb.yaml70 - const: dma-mem # read
148 interconnect-names = "dma-mem", "write";
/freebsd/sys/modules/cxgbe/iw_cxgbe/
H A DMakefile11 SRCS+= mem.c
/freebsd/sys/i386/conf/
H A DDEFAULTS14 device mem # Memory and kernel memory devices
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dusb_a9260.dts16 bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs";
/freebsd/sys/kern/
H A Dsubr_sleepqueue.c169 static void sleepq_dtor(void *mem, int size, void *arg);
171 static int sleepq_init(void *mem, int size, int flags);
890 sleepq_dtor(void *mem, int size, void *arg) in sleepq_dtor() argument
895 sq = mem; in sleepq_dtor()
907 sleepq_init(void *mem, int size, int flags) in sleepq_init() argument
912 bzero(mem, size); in sleepq_init()
913 sq = mem; in sleepq_init()
H A Dsys_pipe.c240 static int pipe_zone_ctor(void *mem, int size, void *arg, int flags);
241 static int pipe_zone_init(void *mem, int size, int flags);
242 static void pipe_zone_fini(void *mem, int size);
287 pipe_zone_ctor(void *mem, int size, void *arg, int flags) in pipe_zone_ctor() argument
294 pp = (struct pipepair *)mem; in pipe_zone_ctor()
335 pipe_zone_init(void *mem, int size, int flags) in pipe_zone_init() argument
341 pp = (struct pipepair *)mem; in pipe_zone_init()
348 pipe_zone_fini(void *mem, int size) in pipe_zone_fini() argument
354 pp = (struct pipepair *)mem; in pipe_zone_fini()
/freebsd/sys/dev/sound/pci/
H A Dcsavar.h45 struct resource *mem; /* memory */ member
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp80 lldb::addr_t mem = map.Malloc( in MakeAllocation() local
94 m_persistent_variable_sp->GetName().GetCString(), mem); in MakeAllocation()
102 m_persistent_variable_sp->GetName(), mem, eAddressTypeLoad, in MakeAllocation()
110 map.Leak(mem, leak_error); in MakeAllocation()
119 map.WriteMemory(mem, m_persistent_variable_sp->GetValueBytes(), in MakeAllocation()
268 lldb::addr_t mem = m_persistent_variable_sp->m_live_sp->GetValue() in Dematerialize() local
293 (uint64_t)mem, in Dematerialize()
303 map.ReadMemory(m_persistent_variable_sp->GetValueBytes(), mem, in Dematerialize()
/freebsd/sys/arm64/arm64/
H A Dbusdma_bounce.c98 struct memdesc mem; member
916 struct memdesc *mem, bus_dmamap_callback_t *callback, void *callback_arg) in bounce_bus_dmamap_waitok() argument
919 map->mem = *mem; in bounce_bus_dmamap_waitok()
1122 bounce_bus_dmamap_load_kmsan(bus_dmamap_t map, struct memdesc *mem) in bounce_bus_dmamap_load_kmsan() argument
1126 memcpy(&map->kmsan_mem, mem, sizeof(map->kmsan_mem)); in bounce_bus_dmamap_load_kmsan()
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c552 int32_t syntax, mem; in parse_type() local
561 mem = 1; in parse_type()
564 mem = 0; in parse_type()
573 if (mem == 1) { in parse_type()
/freebsd/sys/contrib/zlib/test/
H A Dinfcover.c71 local void *mem_alloc(void *mem, unsigned count, unsigned size) in mem_alloc() argument
75 struct mem_zone *zone = mem; in mem_alloc()
112 local void mem_free(void *mem, void *ptr) in mem_free() argument
115 struct mem_zone *zone = mem; in mem_free()
/freebsd/sys/cam/
H A Dcam.c652 struct memdesc mem; in bus_dmamap_load_ccb() local
660 mem = memdesc_ccb(ccb); in bus_dmamap_load_ccb()
661 return (bus_dmamap_load_mem(dmat, map, &mem, callback, callback_arg, in bus_dmamap_load_ccb()
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dnvidia,tegra186-bpmp.yaml112 - const: dma-mem # dma-read
179 interconnect-names = "read", "write", "dma-mem", "dma-write";
209 interconnect-names = "read", "write", "dma-mem", "dma-write";
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dact8865-regulator.txt79 regulator-state-mem {
105 regulator-state-mem {
/freebsd/contrib/expat/lib/
H A Dxmltok.h302 ENCODING *XmlInitUnknownEncoding(void *mem, int *table, CONVERTER convert,
315 ENCODING *XmlInitUnknownEncodingNS(void *mem, int *table, CONVERTER convert,
/freebsd/sys/contrib/device-tree/src/arm64/nuvoton/
H A Dma35d1-iot-512m.dts23 mem: memory@80000000 { label
H A Dma35d1-som-256m.dts23 mem: memory@80000000 { label
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhip07-d05.dts16 /* the mem node will be updated by UEFI. */

1...<<11121314151617181920>>...36