Home
last modified time | relevance | path

Searched refs:CONTEXTS_NUM (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/sun3/
H A Dmmu_emu.c39 #define CONTEXTS_NUM 8 macro
58 static struct mm_struct *ctx_alloc[CONTEXTS_NUM] = {
63 static unsigned char ctx_avail = CONTEXTS_NUM-1;
197 for(j = 1; j < CONTEXTS_NUM; j++) in mmu_emu_init()
258 while(new < CONTEXTS_NUM) { in get_free_context()
265 if(new == CONTEXTS_NUM) in get_free_context()
314 for(i = 0; i < CONTEXTS_NUM; i++) { in mmu_emu_map_pmeg()
/kernel/linux/linux-6.6/arch/m68k/sun3/
H A Dmmu_emu.c38 #define CONTEXTS_NUM 8 macro
57 static struct mm_struct *ctx_alloc[CONTEXTS_NUM] = {
62 static unsigned char ctx_avail = CONTEXTS_NUM-1;
196 for(j = 1; j < CONTEXTS_NUM; j++) in mmu_emu_init()
256 while(new < CONTEXTS_NUM) { in get_free_context()
263 if(new == CONTEXTS_NUM) in get_free_context()
312 for(i = 0; i < CONTEXTS_NUM; i++) { in mmu_emu_map_pmeg()

Completed in 1 milliseconds