Details
Details
- Reviewers
emaste - Commits
- rG0a9bec17447c: x86/iommu/amd_reg.h: AMD IOMMU registers definitions
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
I've now looked through all the structs except amdiommu_cmd_generic and amdiommu_event_generic. I've only done a spot-check of the #defines, did not find any issues yet.
sys/x86/iommu/amd_reg.h | ||
---|---|---|
394 | missing reserved bits between dest and vector? | |
638 | is there missing padding before op here? also maybe I'm looking at a spec with a typo as it suggests op is 5 bits for reset_vmmio |
sys/x86/iommu/amd_reg.h | ||
---|---|---|
394 | Hmm, I guess I was looking at a vapic case somehow |