arch/s390/include/asm/pci_dma.h

Source file repositories/reference/linux-study-clean/arch/s390/include/asm/pci_dma.h

File Facts

System
Linux kernel
Corpus path
arch/s390/include/asm/pci_dma.h
Extension
.h
Size
3119 bytes
Lines
101
Domain
Architecture Layer
Bucket
arch/s390
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

struct zpci_iommu_ctrs {
	atomic64_t		mapped_pages;
	atomic64_t		unmapped_pages;
	atomic64_t		global_rpcits;
	atomic64_t		sync_map_rpcits;
	atomic64_t		sync_rpcits;
};

struct zpci_dev;

struct zpci_iommu_ctrs *zpci_get_iommu_ctrs(struct zpci_dev *zdev);

#endif

Annotation

Implementation Notes