HomeSort by: relevance | last modified time | path
    Searched defs:SGMAP_TYPE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/alpha/pci/
pci_sgmap_pte32.h 33 #define SGMAP_TYPE pci_sgmap_pte32
pci_sgmap_pte64.h 33 #define SGMAP_TYPE pci_sgmap_pte64
  /src/sys/arch/alpha/tc/
tc_sgmap.h 33 #define SGMAP_TYPE tc_sgmap
  /src/sys/arch/alpha/common/
sgmap_typedep.c 45 int __C(SGMAP_TYPE,_debug) = 0;
48 SGMAP_PTE_TYPE __C(SGMAP_TYPE,_prefetch_spill_page_pte);
50 static void __C(SGMAP_TYPE,_do_unload)(bus_dma_tag_t, bus_dmamap_t,
54 __C(SGMAP_TYPE,_init_spill_page_pte)(void)
57 __C(SGMAP_TYPE,_prefetch_spill_page_pte) =
67 __C(SGMAP_TYPE,_load_buffer)(bus_dma_tag_t t, bus_dmamap_t map, void *buf,
80 if (__C(SGMAP_TYPE,_prefetch_spill_page_pte) == 0)
81 __C(SGMAP_TYPE,_init_spill_page_pte)();
96 if (__C(SGMAP_TYPE,_debug)) {
138 SGMAP_PTE_TYPE spill_pte_v = __C(SGMAP_TYPE,_prefetch_spill_page_pte)
    [all...]

Completed in 15 milliseconds