Lines Matching defs:physmem
147 struct physmem { struct
164 w32skrnl_physical_address_mapping(struct physmem *physmem, DWORD phys_addr, DWORD size, DWORD *virt… in w32skrnl_physical_address_mapping()
250 vdxcall_physical_address_mapping(struct physmem *physmem, DWORD phys_addr, DWORD size, DWORD *virt_… in vdxcall_physical_address_mapping()
521 init_physmem_w32skrnl(struct physmem *physmem, struct pci_access *a) in init_physmem_w32skrnl()
592 init_physmem_vxdcall(struct physmem *physmem, struct pci_access *a) in init_physmem_vxdcall()
665 init_physmem_ntdll(struct physmem *physmem, struct pci_access *a, const char *filename, int w) in init_physmem_ntdll()
809 struct physmem *physmem = physmem_open(a, w); in physmem_access() local
824 struct physmem *physmem = pci_malloc(a, sizeof(*physmem)); in physmem_open() local
852 physmem_close(struct physmem *physmem) in physmem_close()
871 physmem_map(struct physmem *physmem, u64 addr, size_t length, int w) in physmem_map()
966 physmem_unmap(struct physmem *physmem, void *ptr, size_t length) in physmem_unmap()