Home
last modified time | relevance | path

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

/linux-3.4.99/arch/frv/mm/
Dmmu-context.c22 int __nongpreldata cxn_pinned = -1; variable
66 if (!p->id_busy && p->id != cxn_pinned) in get_cxn()
137 if (ctx->id == cxn_pinned) in destroy_context()
138 cxn_pinned = -1; in destroy_context()
176 cxn_pinned = -1; in cxn_pin_by_pid()
203 cxn_pinned = get_cxn(&mm->context); in cxn_pin_by_pid()
/linux-3.4.99/arch/frv/include/asm/
Dmmu.h37 extern int __nongpreldata cxn_pinned;
/linux-3.4.99/arch/frv/kernel/
Dsysctl.c160 len = snprintf(buff, sizeof(buff), "%d\n", cxn_pinned); in procctl_frv_pin_cxnr()