Home
last modified time | relevance | path

Searched refs:pmem (Results 1 – 25 of 64) sorted by relevance

123

/netbsd-src/sys/dev/pci/
H A Demuxki.c942 dmamem_sync(sc->pmem, BUS_DMASYNC_POSTWRITE); in emuxki_intr()
948 dmamem_sync(sc->pmem, BUS_DMASYNC_PREWRITE); in emuxki_intr()
1064 if (sc->pmem) { in emuxki_allocm()
1068 sc->pmem = dmamem_alloc(sc, size); in emuxki_allocm()
1069 return KERNADDR(sc->pmem); in emuxki_allocm()
1090 if (sc->pmem && ptr == KERNADDR(sc->pmem)) { in emuxki_freem()
1091 dmamem_free(sc->pmem); in emuxki_freem()
1092 sc->pmem = NULL; in emuxki_freem()
1153 if (sc->pmem == NULL) in emuxki_trigger_output()
1155 if (start != KERNADDR(sc->pmem)) in emuxki_trigger_output()
[all …]
H A Demuxkivar.h128 struct dmamem *pmem; /* play memory */ member
H A Dpciconf.c404 pcireg_t io, pmem; in query_bus() local
436 pmem = pci_conf_read(parent->pc, pd->tag, in query_bus()
438 if (PCI_BRIDGE_PREFETCHMEM_64BITS(pmem)) in query_bus()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dpmem3 # $File: pmem,v 1.4 2021/04/26 15:56:00 christos Exp $
4 # pmem: file(1) magic for Persistent Memory Development Kit pool files
/netbsd-src/sys/arch/shark/ofw/
H A Dofw.c580 ofw_configisa(paddr_t *pio, paddr_t *pmem) in ofw_configisa() argument
585 ofw_configisaonly(pio, pmem); in ofw_configisa()
587 ofw_configvl(vl, pio, pmem); in ofw_configisa()
591 ofw_configisaonly(paddr_t *pio, paddr_t *pmem) in ofw_configisaonly() argument
607 *pio = *pmem = -1; in ofw_configisaonly()
618 *pmem = start; in ofw_configisaonly()
622 if ((*pio == -1) || (*pmem == -1)) in ofw_configisaonly()
628 ofw_configvl(int vl, paddr_t *pio, paddr_t *pmem) in ofw_configvl() argument
652 *pmem = -1; in ofw_configvl()
668 *pmem = start; in ofw_configvl()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-pru.texi72 @cindex @code{pmem} directive, PRU
73 @item %pmem(@var{expression})
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-pru.texi72 @cindex @code{pmem} directive, PRU
73 @item %pmem(@var{expression})
/netbsd-src/bin/ps/
H A Dextern.h78 void pmem(struct pinfo *, VARENT *, enum mode);
H A Dkeyword.c107 VAR6("%mem", "%MEM", 0, pmem, POFF(p_vm_rssize), INT32),
H A Dprint.c1113 pmem(struct pinfo *pi, VARENT *ve, enum mode mode) in pmem() function
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Davrelf.em247 { "pmem-wrap-around", required_argument,
258 fprintf (file, _(" --pmem-wrap-around=<val> "
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Davrelf.em247 { "pmem-wrap-around", required_argument,
258 fprintf (file, _(" --pmem-wrap-around=<val> "
/netbsd-src/tests/bin/ps/
H A Dkeywords79 pmem %mem ALIAS
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/
H A Dconstraints.md26 ;; T: Text segment label. Needed to know when to select %pmem relocation.
H A Dpru.md214 ldi\\t%0, %%pmem(%1)
234 ldi\\t%0, %%pmem(%1)
267 return "ldi\\t%F0, %%pmem(%1)\;ldi\\t%N0, 0";
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dconstraints.md26 ;; T: Text segment label. Needed to know when to select %pmem relocation.
H A Dpru.md145 ldi\\t%0, %%pmem(%1)
165 ldi\\t%0, %%pmem(%1)
198 return "ldi\\t%F0, %%pmem(%1)\;ldi\\t%N0, 0";
/netbsd-src/external/bsd/file/dist/magic/
H A DMakefile.am251 $(MAGIC_FRAGMENT_DIR)/pmem \
H A DMakefile.in529 $(MAGIC_FRAGMENT_DIR)/pmem \
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-2007649 "--pmem-wrap-around".
650 (PARSE_AND_LIST_OPTIONS): Describe new value for "--pmem-wrap-around".
H A DChangeLog-201631 * testsuite/ld-pru/pmem.d: Ditto.
32 * testsuite/ld-pru/pmem.s: Ditto.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-2007649 "--pmem-wrap-around".
650 (PARSE_AND_LIST_OPTIONS): Describe new value for "--pmem-wrap-around".
H A DChangeLog-201631 * testsuite/ld-pru/pmem.d: Ditto.
32 * testsuite/ld-pru/pmem.s: Ditto.
/netbsd-src/external/gpl3/binutils.old/dist/ld/po/
H A Dsr.po4594 " --pmem-wrap-around=<val> Make the linker relaxation machine assume that a\n"
4598 " --pmem-wrap-around=<врд> Чини да машина одмарања повезивача претпостави\n"
/netbsd-src/external/gpl3/binutils/dist/ld/po/
H A Dsr.po4686 " --pmem-wrap-around=<val> Make the linker relaxation machine assume that a\n"
4690 " --pmem-wrap-around=<врд> Чини да машина одмарања повезивача претпостави\n"

123