Home
last modified time | relevance | path

Searched refs:mem_access (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/mips/pci/
H A Dpci-octeon.c564 union cvmx_npi_mem_access_subidx mem_access; in octeon_pci_setup() local
598 mem_access.u64 = 0; in octeon_pci_setup()
599 mem_access.s.esr = 1; /* Endian-Swap on read. */ in octeon_pci_setup()
600 mem_access.s.esw = 1; /* Endian-Swap on write. */ in octeon_pci_setup()
601 mem_access.s.nsr = 0; /* No-Snoop on read. */ in octeon_pci_setup()
602 mem_access.s.nsw = 0; /* No-Snoop on write. */ in octeon_pci_setup()
603 mem_access.s.ror = 0; /* Relax Read on read. */ in octeon_pci_setup()
604 mem_access.s.row = 0; /* Relax Order on write. */ in octeon_pci_setup()
605 mem_access.s.ba = 0; /* PCI Address bits [63:36]. */ in octeon_pci_setup()
606 cvmx_write_csr(CVMX_NPI_MEM_ACCESS_SUBID3, mem_access.u64); in octeon_pci_setup()
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def244 paddr_t pa = thread->mem_access[slot].paddr+OFFSET;
246 FLAG = (pa < (thread->mem_access[slot].paddr+LENGTH));
277 paddr_t pa = thread->mem_access[slot].paddr+(OFFSET & ~(ALIGNMENT-1));
278 paddr_t pa_high = thread->mem_access[slot].paddr+LEN;
295 paddr_t pa = thread->mem_access[slot].paddr+(OFFSET & ~(ALIGNMENT-1));
296 paddr_t pa_high = thread->mem_access[slot].paddr+LEN;
312 paddr_t pa = thread->mem_access[slot].paddr+(OFFSET & ~(ALIGNMENT-1));
313 paddr_t pa_high = thread->mem_access[slot].paddr+LEN;
330 paddr_t pa = thread->mem_access[slot].paddr+OFFSET;
331 paddr_t pa_high = thread->mem_access[slot].paddr+LEN;
[all …]
/openbmc/linux/arch/sh/kernel/
H A Dtraps_32.c73 static struct mem_access user_mem_access = {
90 static struct mem_access kernel_mem_access = {
103 struct mem_access *ma) in handle_unaligned_ins()
284 struct mem_access *ma) in handle_delayslot()
320 struct mem_access *ma, int expected, in handle_unaligned_access()
H A Dio_trapped.c266 static struct mem_access trapped_io_access = {
/openbmc/linux/arch/sh/include/asm/
H A Duaccess.h125 struct mem_access { struct
131 struct mem_access *ma, int, unsigned long address); argument
/openbmc/linux/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c47 cs_etm_mem_cb_type mem_access; member
62 return decoder->mem_access(decoder->data, trace_chan_id, address, in cs_etm_decoder__mem_access()
70 decoder->mem_access = cb_func; in cs_etm_decoder__add_mem_access_cb()
/openbmc/qemu/include/hw/xen/interface/hvm/
H A Dhvm_op.h354 struct xen_hvm_altp2m_mem_access mem_access; member
/openbmc/linux/arch/powerpc/perf/
H A Dpower8-pmu.c131 GENERIC_EVENT_ATTR(mem_access, MEM_ACCESS);
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1107 struct host_cmd_ds_mem_access *mem_access = (void *)&cmd->params.mem; in mwifiex_cmd_mem_access() local
1113 mem_access->action = cpu_to_le16(cmd_action); in mwifiex_cmd_mem_access()
1114 mem_access->addr = cpu_to_le32(mem_rw->addr); in mwifiex_cmd_mem_access()
1115 mem_access->value = cpu_to_le32(mem_rw->value); in mwifiex_cmd_mem_access()
/openbmc/linux/drivers/perf/
H A Darm_pmuv3.c195 ARMV8_EVENT_ATTR(mem_access, ARMV8_PMUV3_PERFCTR_MEM_ACCESS),
/openbmc/linux/arch/arm/kernel/
H A Dperf_event_v7.c600 ARMV7_EVENT_ATTR(mem_access, ARMV7_PERFCTR_MEM_ACCESS);