Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/include/asm/
H A Dmmu_context.h14 extern unsigned long alloc_sid(void);
23 mm->context.space_id = alloc_sid(); in init_new_context()
93 next->context.space_id = alloc_sid(); in activate_mm()
H A Dtlbflush.h57 mm->context = alloc_sid(); in flush_tlb_mm()
H A Dcache.h40 unsigned long alloc_sid(void);
/openbmc/linux/arch/parisc/mm/
H A Dinit.c829 unsigned long alloc_sid(void) in alloc_sid() function