Home
last modified time | relevance | path

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

/linux/drivers/mailbox/
H A Driscv-sbi-mpxy-mbox.c130 struct mpxy_local *mpxy = this_cpu_ptr(&mpxy_local); in mpxy_get_channel_count() local
131 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() local
160 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() local
197 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 …]
H A DMakefile86 obj-$(CONFIG_RISCV_SBI_MPXY_MBOX) += riscv-sbi-mpxy-mbox.o
/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c1223 KVM_SBI_EXT_SIMPLE_CONFIG(mpxy, MPXY);
/linux/
H A DMAINTAINERS23574 F: Documentation/devicetree/bindings/clock/riscv,rpmi-mpxy-clock.yaml
23575 F: Documentation/devicetree/bindings/interrupt-controller/riscv,rpmi-mpxy-system-msi.yaml
23578 F: Documentation/devicetree/bindings/mailbox/riscv,sbi-mpxy-mbox.yaml
23581 F: drivers/mailbox/riscv-sbi-mpxy-mbox.c