Searched refs:mem_st (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | memory_hotplug.c | 53 void acpi_memory_ospm_status(MemHotplugState *mem_st, ACPIOSTInfoList ***list) in acpi_memory_ospm_status() argument 58 for (i = 0; i < mem_st->dev_count; i++) { in acpi_memory_ospm_status() 60 acpi_memory_device_status(i, &mem_st->devs[i])); in acpi_memory_ospm_status() 68 MemHotplugState *mem_st = opaque; in acpi_memory_hotplug_read() local 72 if (mem_st->selector >= mem_st->dev_count) { in acpi_memory_hotplug_read() 73 trace_mhp_acpi_invalid_slot_selected(mem_st->selector); in acpi_memory_hotplug_read() 77 mdev = &mem_st->devs[mem_st->selector]; in acpi_memory_hotplug_read() 82 trace_mhp_acpi_read_addr_lo(mem_st->selector, val); in acpi_memory_hotplug_read() 87 trace_mhp_acpi_read_addr_hi(mem_st->selector, val); in acpi_memory_hotplug_read() 91 trace_mhp_acpi_read_size_lo(mem_st->selector, val); in acpi_memory_hotplug_read() [all …]
|
H A D | acpi-mem-hotplug-stub.c | 13 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 D | memory_hotplug.h | 39 void acpi_memory_plug_cb(HotplugHandler *hotplug_dev, MemHotplugState *mem_st, 42 MemHotplugState *mem_st, 44 void acpi_memory_unplug_cb(MemHotplugState *mem_st, 52 void acpi_memory_ospm_status(MemHotplugState *mem_st, ACPIOSTInfoList ***list);
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 2919 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()
|