Home
last modified time | relevance | path

Searched refs:hash__alloc_context_id (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/powerpc/mm/
Dmmu_context_book3s64.c43 int hash__alloc_context_id(void) in hash__alloc_context_id() function
54 EXPORT_SYMBOL_GPL(hash__alloc_context_id);
60 index = hash__alloc_context_id(); in hash__init_new_context()
/Linux-v4.19/arch/powerpc/include/asm/
Dmmu_context.h60 extern int hash__alloc_context_id(void);
72 context_id = hash__alloc_context_id(); in alloc_extended_context()
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_64_mmu_host.c404 err = hash__alloc_context_id(); in kvmppc_mmu_init()