Searched refs:mpxy (Results 1 – 4 of 4) sorted by relevance
130 struct mpxy_local *mpxy = this_cpu_ptr(&mpxy_local); in mpxy_get_channel_count() local131 struct sbi_mpxy_channel_ids_data *sdata = mpxy->shmem; in mpxy_get_channel_count()135 if (!mpxy->shmem_active) in mpxy_get_channel_count()159 struct mpxy_local *mpxy = this_cpu_ptr(&mpxy_local); in mpxy_get_channel_ids() local160 struct sbi_mpxy_channel_ids_data *sdata = mpxy->shmem; in mpxy_get_channel_ids()164 if (!mpxy->shmem_active) in mpxy_get_channel_ids()194 struct mpxy_local *mpxy = this_cpu_ptr(&mpxy_local); in mpxy_read_attrs() local197 if (!mpxy->shmem_active) in mpxy_read_attrs()209 memcpy_from_le32(attrs_buf, (__le32 *)mpxy->shmem, attr_count); in mpxy_read_attrs()219 struct mpxy_local *mpxy = this_cpu_ptr(&mpxy_local); in mpxy_write_attrs() local[all …]
86 obj-$(CONFIG_RISCV_SBI_MPXY_MBOX) += riscv-sbi-mpxy-mbox.o
1223 KVM_SBI_EXT_SIMPLE_CONFIG(mpxy, MPXY);
23574 F: Documentation/devicetree/bindings/clock/riscv,rpmi-mpxy-clock.yaml23575 F: Documentation/devicetree/bindings/interrupt-controller/riscv,rpmi-mpxy-system-msi.yaml23578 F: Documentation/devicetree/bindings/mailbox/riscv,sbi-mpxy-mbox.yaml23581 F: drivers/mailbox/riscv-sbi-mpxy-mbox.c