| /netbsd-src/sys/dev/pci/ |
| H A D | emuxki.c | 942 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 D | emuxkivar.h | 128 struct dmamem *pmem; /* play memory */ member
|
| H A D | pciconf.c | 404 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 D | pmem | 3 # $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 D | ofw.c | 580 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 D | c-pru.texi | 72 @cindex @code{pmem} directive, PRU 73 @item %pmem(@var{expression})
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-pru.texi | 72 @cindex @code{pmem} directive, PRU 73 @item %pmem(@var{expression})
|
| /netbsd-src/bin/ps/ |
| H A D | extern.h | 78 void pmem(struct pinfo *, VARENT *, enum mode);
|
| H A D | keyword.c | 107 VAR6("%mem", "%MEM", 0, pmem, POFF(p_vm_rssize), INT32),
|
| H A D | print.c | 1113 pmem(struct pinfo *pi, VARENT *ve, enum mode mode) in pmem() function
|
| /netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
| H A D | avrelf.em | 247 { "pmem-wrap-around", required_argument, 258 fprintf (file, _(" --pmem-wrap-around=<val> "
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| H A D | avrelf.em | 247 { "pmem-wrap-around", required_argument, 258 fprintf (file, _(" --pmem-wrap-around=<val> "
|
| /netbsd-src/tests/bin/ps/ |
| H A D | keywords | 79 pmem %mem ALIAS
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/ |
| H A D | constraints.md | 26 ;; T: Text segment label. Needed to know when to select %pmem relocation.
|
| H A D | pru.md | 214 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 D | constraints.md | 26 ;; T: Text segment label. Needed to know when to select %pmem relocation.
|
| H A D | pru.md | 145 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 D | Makefile.am | 251 $(MAGIC_FRAGMENT_DIR)/pmem \
|
| H A D | Makefile.in | 529 $(MAGIC_FRAGMENT_DIR)/pmem \
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ChangeLog-2007 | 649 "--pmem-wrap-around". 650 (PARSE_AND_LIST_OPTIONS): Describe new value for "--pmem-wrap-around".
|
| H A D | ChangeLog-2016 | 31 * testsuite/ld-pru/pmem.d: Ditto. 32 * testsuite/ld-pru/pmem.s: Ditto.
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ChangeLog-2007 | 649 "--pmem-wrap-around". 650 (PARSE_AND_LIST_OPTIONS): Describe new value for "--pmem-wrap-around".
|
| H A D | ChangeLog-2016 | 31 * testsuite/ld-pru/pmem.d: Ditto. 32 * testsuite/ld-pru/pmem.s: Ditto.
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/po/ |
| H A D | sr.po | 4594 " --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 D | sr.po | 4686 " --pmem-wrap-around=<val> Make the linker relaxation machine assume that a\n" 4690 " --pmem-wrap-around=<врд> Чини да машина одмарања повезивача претпостави\n"
|