Lines Matching defs:physmem
147 struct physmem { struct
163 w32skrnl_physical_address_mapping(struct physmem *physmem, DWORD phys_addr, DWORD size, DWORD *virt… in w32skrnl_physical_address_mapping()
249 vdxcall_physical_address_mapping(struct physmem *physmem, DWORD phys_addr, DWORD size, DWORD *virt_… in vdxcall_physical_address_mapping()
523 init_physmem_w32skrnl(struct physmem *physmem, struct pci_access *a) in init_physmem_w32skrnl()
594 init_physmem_vxdcall(struct physmem *physmem, struct pci_access *a) in init_physmem_vxdcall()
667 init_physmem_ntdll(struct physmem *physmem, struct pci_access *a, const char *filename, int w) in init_physmem_ntdll()
797 struct physmem *physmem = physmem_open(a, w); in physmem_access() local
812 struct physmem *physmem = pci_malloc(a, sizeof(*physmem)); in physmem_open() local
840 physmem_close(struct physmem *physmem) in physmem_close()
857 physmem_map(struct physmem *physmem, u64 addr, size_t length, int w) in physmem_map()
952 physmem_unmap(struct physmem *physmem, void *ptr, size_t length) in physmem_unmap()