Home
last modified time | relevance | path

Searched refs:__xen_mc_entry (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/x86/xen/
Dmulticalls.h16 struct multicall_space __xen_mc_entry(size_t args);
35 return __xen_mc_entry(args); in xen_mc_entry()
Dmmu.c224 mcs = __xen_mc_entry(sizeof(*u)); in xen_extend_mmu_update()
242 mcs = __xen_mc_entry(sizeof(*u)); in xen_extend_mmuext_op()
824 struct multicall_space mcs = __xen_mc_entry(0); in xen_pin_page()
983 mcs = __xen_mc_entry(0); in xen_unpin_page()
1494 mcs = __xen_mc_entry(sizeof(*op)); in __pin_pagetable_pfn()
1507 mcs = __xen_mc_entry(0); in __set_pfn_prot()
2110 mcs = __xen_mc_entry(0); in xen_zap_pfn_range()
2143 mcs = __xen_mc_entry(0); in xen_remap_exchanged_ptes()
Dmulticalls.c132 struct multicall_space __xen_mc_entry(size_t args) in __xen_mc_entry() function
Denlighten.c562 struct multicall_space mc = __xen_mc_entry(0); in load_TLS_descriptor()