Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/xen/
Dmulticalls.h14 struct multicall_space __xen_mc_entry(size_t args);
31 return __xen_mc_entry(args); in xen_mc_entry()
Dmmu.c293 mcs = __xen_mc_entry(sizeof(*u)); in xen_extend_mmu_update()
915 mcs = __xen_mc_entry(sizeof(*op)); in xen_do_pin()
937 struct multicall_space mcs = __xen_mc_entry(0); in xen_pin_page()
1094 mcs = __xen_mc_entry(0); in xen_unpin_page()
1406 mcs = __xen_mc_entry(sizeof(*op)); in __xen_write_cr3()
2144 mcs = __xen_mc_entry(0); in xen_zap_pfn_range()
2177 mcs = __xen_mc_entry(0); in xen_remap_exchanged_ptes()
Dmulticalls.c185 struct multicall_space __xen_mc_entry(size_t args) in __xen_mc_entry() function
Denlighten.c443 struct multicall_space mc = __xen_mc_entry(0); in load_TLS_descriptor()