Searched defs:direct_map (Results 1 – 4 of 4) sorted by relevance
110 struct direct_map { in read_route() struct111 struct arp_table arp; in read_route()112 int ifindex; in read_route()113 __be64 mac; in read_route()327 struct direct_map { in read_arp() struct328 struct arp_table arp; in read_arp()329 int ifindex; in read_arp()330 __be64 mac; in read_arp()
35 struct direct_map { struct36 struct arp_entry arp;37 int ifindex;38 __be64 mac;
3217 static int direct_map(struct kvm_vcpu *vcpu, struct kvm_page_fault *fault) in direct_map() function
1788 bool direct_map; member