Home
last modified time | relevance | path

Searched refs:X86_64PciArch (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/pci/
H A Dpci.rs18 pub struct X86_64PciArch; struct
20 impl X86_64PciArch { impl
39 impl TraitPciArch for X86_64PciArch { implementation
78 let bus_begin = X86_64PciArch::read_config_early(0, 0, 0, 0x44); in x86_64_pci_init()
79 let bus_end = X86_64PciArch::read_config_early(0, 0, 0, 0x45); in x86_64_pci_init()
/DragonOS/kernel/src/arch/x86_64/
H A Dmod.rs24 pub use self::pci::pci::X86_64PciArch as PciArch;