Searched refs:__destroy_context (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dmmu_context_hash32.c91 void __destroy_context(unsigned long ctx) function
95 EXPORT_SYMBOL_GPL(__destroy_context); variable
104 __destroy_context(mm->context.id);
H A Dmmu_context_hash64.c86 void __destroy_context(int context_id) function
92 EXPORT_SYMBOL_GPL(__destroy_context); variable
96 __destroy_context(mm->context.id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmmu_context.h27 extern void __destroy_context(int context_id);
31 extern void __destroy_context(unsigned long context_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c332 __destroy_context(to_book3s(vcpu)->context_id);
H A Dbook3s_64_mmu_host.c309 __destroy_context(to_book3s(vcpu)->context_id);

Completed in 48 milliseconds