Searched refs:rmap (Results 26 - 43 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dmain.c49 #include <linux/rmap.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkvm_host.h119 unsigned long *rmap; member in struct:kvm_memory_slot
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dmmu.c552 return &slot->rmap[gfn - slot->base_gfn];
566 * If rmapp bit zero is one, (then rmap & ~1) points to a struct kvm_rmap_desc
569 * Returns the number of rmap entries before the spte was added or zero if
852 ret = handler(kvm, &memslot->rmap[gfn_offset], data);
3494 unsigned long *rmapp = &m->rmap[j];
3543 printk(KERN_ERR "%s: no rmap for writable spte %llx\n",
3601 rmapp = &slot->rmap[gfn - slot->base_gfn];
H A Dx86.c5568 if (npages && !old.rmap) {
5598 if (!user_alloc && !old.user_alloc && old.rmap && !npages) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemory-failure.c40 #include <linux/rmap.h>
886 * because ttu takes the rmap data structures down.
H A Dmigrate.c25 #include <linux/rmap.h>
648 * and treated as swapcache but it has no rmap yet.
H A Dpage-writeback.c28 #include <linux/rmap.h>
H A Drmap.c2 * mm/rmap.c - physical to virtual reverse mappings
53 #include <linux/rmap.h>
221 * so rmap can find non-COWed pages in child processes.
574 * page_referenced_file - referenced check for object-based rmap
766 * process, so the rmap code will not search the parent or sibling
783 * __page_set_anon_rmap - setup new anonymous rmap
822 * __page_check_anon_rmap - sanity check anonymous rmap addition
832 * The page's anon-rmap details (mapping and index) are guaranteed to
1228 * rmap method
1281 * try_to_unmap_file - unmap/unlock file page using the object-based rmap metho
[all...]
H A Dksm.c24 #include <linux/rmap.h>
99 * @rmap_list: link to the next rmap to be scanned in the rmap_list
1306 * Nuke all the rmap_items that are above this current rmap:
H A Dswapfile.c26 #include <linux/rmap.h>
H A Dvmscan.c31 #include <linux/rmap.h>
1369 * processes, from rmap.
H A Dhugetlb.c21 #include <linux/rmap.h>
H A Dmemory.c49 #include <linux/rmap.h>
370 * Hide vma from rmap and truncate_pagecache before freeing
2154 * the rmap code will not search our parent or siblings.
2155 * Protected against the rmap code by the page lock.
2304 * process may come and find the rmap count decremented
2746 /* It's better to call commit-charge after rmap is established */
H A Dmempolicy.c35 #include <linux/rmap.h>
H A Dmmap.c28 #include <linux/rmap.h>
211 * vma from rmap and vmtruncate before freeing its page tables.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_nexthop.c1178 || bgp_static->rmap.name)
H A Dbgp_vty.c2524 safi_t safi, char *rmap, int set)
2534 ret = peer_default_originate_set (peer, afi, safi, rmap);
7688 if (bgp->rmap[afi][i].name)
7689 vty_out (vty, " route-map %s", bgp->rmap[afi][i].name);
2481 peer_default_originate_set_vty(struct vty *vty, char *ip_str, afi_t afi, safi_t safi, char *rmap, int set) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dfork.c51 #include <linux/rmap.h>

Completed in 162 milliseconds

12