Home
last modified time | relevance | path

Searched refs:mem_st (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dmemory_hotplug.c68 MemHotplugState *mem_st = opaque; in acpi_memory_hotplug_read() local
72 if (mem_st->selector >= mem_st->dev_count) { in acpi_memory_hotplug_read()
77 mdev = &mem_st->devs[mem_st->selector]; in acpi_memory_hotplug_read()
118 MemHotplugState *mem_st = opaque; in acpi_memory_hotplug_write() local
125 if (!mem_st->dev_count) { in acpi_memory_hotplug_write()
130 if (mem_st->selector >= mem_st->dev_count) { in acpi_memory_hotplug_write()
138 mem_st->selector = data; in acpi_memory_hotplug_write()
142 mdev = &mem_st->devs[mem_st->selector]; in acpi_memory_hotplug_write()
152 mdev = &mem_st->devs[mem_st->selector]; in acpi_memory_hotplug_write()
162 mdev = &mem_st->devs[mem_st->selector]; in acpi_memory_hotplug_write()
[all …]
H A Dacpi-mem-hotplug-stub.c13 void acpi_memory_ospm_status(MemHotplugState *mem_st, ACPIOSTInfoList ***list) in acpi_memory_ospm_status() argument
18 void acpi_memory_plug_cb(HotplugHandler *hotplug_dev, MemHotplugState *mem_st, in acpi_memory_plug_cb() argument
24 void acpi_memory_unplug_cb(MemHotplugState *mem_st, in acpi_memory_unplug_cb() argument
31 MemHotplugState *mem_st, in acpi_memory_unplug_request_cb() argument
/openbmc/qemu/include/hw/acpi/
H A Dmemory_hotplug.h38 void acpi_memory_plug_cb(HotplugHandler *hotplug_dev, MemHotplugState *mem_st,
41 MemHotplugState *mem_st,
43 void acpi_memory_unplug_cb(MemHotplugState *mem_st,
51 void acpi_memory_ospm_status(MemHotplugState *mem_st, ACPIOSTInfoList ***list);
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c2919 static int mem_st(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta, in mem_st() function
2930 return mem_st(nfp_prog, meta, 1); in mem_st1()
2935 return mem_st(nfp_prog, meta, 2); in mem_st2()
2940 return mem_st(nfp_prog, meta, 4); in mem_st4()
2945 return mem_st(nfp_prog, meta, 8); in mem_st8()