Searched defs:direct_map (Results 1 – 7 of 7) sorted by relevance
35 struct direct_map { struct36 struct arp_entry arp;37 int ifindex;38 __be64 mac;
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()
142 struct direct_map { in read_route() struct143 struct arp_table arp; in read_route()144 int ifindex; in read_route()145 __be64 mac; in read_route()388 struct direct_map { in read_arp() struct389 struct arp_table arp; in read_arp()390 int ifindex; in read_arp()391 __be64 mac; in read_arp()
38 struct direct_map { struct39 struct arp_entry arp;40 int ifindex;41 __be64 mac;
368 bool direct_map; member1326 bool direct_map; member
3217 static int direct_map(struct kvm_vcpu *vcpu, struct kvm_page_fault *fault) in direct_map() function
1793 bool direct_map; member