HomeSort by: relevance | last modified time | path
    Searched refs:strbuf_ctl (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/sparc64/dev/
sbusvar.h 110 struct strbuf_ctl sc_sb; /* Streaming buffer control */
pyrovar.h 54 struct strbuf_ctl pp_sb;
iommuvar.h 42 struct strbuf_ctl { struct
65 struct strbuf_ctl *is_sb[2]; /* Streaming buffers if any */
vpcivar.h 55 struct strbuf_ctl vp_sb;
psychovar.h 76 struct strbuf_ctl pp_sb;
iommu.c 101 static int iommu_strbuf_flush_done(struct strbuf_ctl *);
104 static void iommu_enter_sun4u(struct strbuf_ctl *sb, vaddr_t va, int64_t pa, int flags);
105 static void iommu_enter_sun4v(struct strbuf_ctl *sb, vaddr_t va, int64_t pa, int flags);
250 struct strbuf_ctl *sb;
265 STRBUFREG(strbuf_ctl), STRBUF_EN);
272 STRBUFREG(strbuf_ctl)) == 0) {
296 iommu_enter(struct strbuf_ctl *sb, vaddr_t va, int64_t pa, int flags)
308 iommu_enter_sun4u(struct strbuf_ctl *sb, vaddr_t va, int64_t pa, int flags)
343 iommu_enter_sun4v(struct strbuf_ctl *sb, vaddr_t va, int64_t pa, int flags)
483 iommu_strbuf_flush_done(struct strbuf_ctl *sb
    [all...]
schizovar.h 51 struct strbuf_ctl sp_sb;
iommureg.h 75 uint64_t strbuf_ctl; /* streaming buffer control reg */ member in struct:iommu_strbuf
psycho.c 597 /* Point the strbuf_ctl at the iommu_state */
602 struct strbuf_ctl *sb = &pp->pp_sb;
606 * Initialize the strbuf_ctl.
616 /* Point our iommu at the strbuf_ctl */
645 /* Point the strbuf_ctl at the iommu_state */
649 struct strbuf_ctl *sb = &pp->pp_sb;
653 * Initialize the strbuf_ctl.
663 /* Point our iommu at the strbuf_ctl */
  /src/sys/arch/sparc64/sparc64/
sysioreg.h 77 uint64_t strbuf_ctl; /* streaming buffer control reg */ /* 1fe.0000.2800 */ member in struct:sysioreg

Completed in 18 milliseconds