Searched refs:SGMAP_TYPE (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/alpha/common/
H A Dsgmap_typedep.h39 extern SGMAP_PTE_TYPE __C(SGMAP_TYPE,_prefetch_spill_page_pte);
41 void __C(SGMAP_TYPE,_init_spill_page_pte)(void);
42 int __C(SGMAP_TYPE,_load)(bus_dma_tag_t, bus_dmamap_t,
44 int __C(SGMAP_TYPE,_load_mbuf)(bus_dma_tag_t, bus_dmamap_t,
46 int __C(SGMAP_TYPE,_load_uio)(bus_dma_tag_t, bus_dmamap_t,
48 int __C(SGMAP_TYPE,_load_raw)(bus_dma_tag_t, bus_dmamap_t,
50 void __C(SGMAP_TYPE,_unload)(bus_dma_tag_t, bus_dmamap_t,
H A Dsgmap_typedep.c45 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_pt
[all...]
/netbsd-current/sys/arch/alpha/pci/
H A Dpci_sgmap_pte32.h33 #define SGMAP_TYPE pci_sgmap_pte32 macro
H A Dpci_sgmap_pte64.h33 #define SGMAP_TYPE pci_sgmap_pte64 macro
/netbsd-current/sys/arch/alpha/tc/
H A Dtc_sgmap.h33 #define SGMAP_TYPE tc_sgmap macro

Completed in 107 milliseconds