Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/mm/
Dmmu_context_hash32.c92 void __destroy_context(unsigned long ctx) in __destroy_context() function
96 EXPORT_SYMBOL_GPL(__destroy_context);
105 __destroy_context(mm->context.id); in destroy_context()
Dmmu_context_hash64.c81 __destroy_context(index); in init_new_context()
95 void __destroy_context(int context_id) in __destroy_context() function
101 EXPORT_SYMBOL_GPL(__destroy_context);
143 __destroy_context(mm->context.id); in destroy_context()
/linux-4.1.27/arch/powerpc/include/asm/
Dmmu_context.h26 extern void __destroy_context(int context_id);
30 extern void __destroy_context(unsigned long context_id);
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_32_mmu_host.c363 __destroy_context(to_book3s(vcpu)->context_id[i]); in kvmppc_mmu_destroy_pr()
405 __destroy_context(to_book3s(vcpu)->context_id[j]); in kvmppc_mmu_init()
Dbook3s_64_mmu_host.c382 __destroy_context(to_book3s(vcpu)->context_id[0]); in kvmppc_mmu_destroy_pr()