Home
last modified time | relevance | path

Searched refs:mmu_update (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/x86/xen/
Dmmu.c105 u32 mmu_update; member
254 struct mmu_update *u; in xen_set_domain_pte()
274 static void xen_extend_mmu_update(const struct mmu_update *update) in xen_extend_mmu_update()
277 struct mmu_update *u; in xen_extend_mmu_update()
292 ADD_STATS(mmu_update, 1); in xen_extend_mmu_update()
304 struct mmu_update u; in xen_set_pmd_hyper()
388 struct mmu_update u; in xen_ptep_modify_prot_commit()
599 struct mmu_update u; in xen_set_pud_hyper()
717 struct mmu_update u; in __xen_set_pgd_hyper()
2365 struct mmu_update *mmu_update; member
[all …]
/linux-2.6.39/include/xen/interface/
Dxen.h266 struct mmu_update { struct
270 DEFINE_GUEST_HANDLE_STRUCT(mmu_update); argument
/linux-2.6.39/arch/x86/include/asm/xen/
Dhypercall.h227 HYPERVISOR_mmu_update(struct mmu_update *req, int count, in HYPERVISOR_mmu_update()
230 return _hypercall4(int, mmu_update, req, count, success_count, domid); in HYPERVISOR_mmu_update()
527 MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req, in MULTI_mmu_update()
/linux-2.6.39/arch/ia64/include/asm/xen/
Dhypercall.h255 MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req, in MULTI_mmu_update()
/linux-2.6.39/drivers/net/
Dxen-netfront.c122 struct mmu_update rx_mmu[NET_RX_RING_SIZE];
1060 struct mmu_update *mmu = np->rx_mmu; in xennet_release_rx_bufs()