Searched refs:mm_id (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/arch/um/os-Linux/skas/ |
D | mem.c | 26 static inline unsigned long *check_init_stack(struct mm_id * mm_idp, in check_init_stack() 55 static inline long do_syscall_stub(struct mm_id * mm_idp, void **addr) in do_syscall_stub() 123 long run_syscall_stub(struct mm_id * mm_idp, int syscall, in run_syscall_stub() 155 long syscall_stub_data(struct mm_id * mm_idp, in syscall_stub_data() 187 int map(struct mm_id * mm_idp, unsigned long virt, unsigned long len, int prot, in map() 227 int unmap(struct mm_id * mm_idp, unsigned long addr, unsigned long len, in unmap() 261 int protect(struct mm_id * mm_idp, unsigned long addr, unsigned long len, in protect()
|
D | process.c | 721 void __switch_mm(struct mm_id *mm_idp) in __switch_mm()
|
/linux-3.4.99/arch/um/include/asm/ |
D | mmu.h | 13 struct mm_id id; 18 extern void __switch_mm(struct mm_id * mm_idp);
|
/linux-3.4.99/arch/um/include/shared/ |
D | os.h | 247 extern long run_syscall_stub(struct mm_id * mm_idp, 250 extern long syscall_stub_data(struct mm_id * mm_idp, 253 extern int map(struct mm_id * mm_idp, unsigned long virt, 256 extern int unmap(struct mm_id * mm_idp, unsigned long addr, unsigned long len, 258 extern int protect(struct mm_id * mm_idp, unsigned long addr,
|
/linux-3.4.99/arch/um/kernel/ |
D | tlb.c | 39 struct mm_id *id; 384 struct mm_id *mm_id; in flush_tlb_page() local 411 mm_id = &mm->context.id; in flush_tlb_page() 420 err = map(mm_id, address, PAGE_SIZE, prot, fd, offset, in flush_tlb_page() 423 else err = unmap(mm_id, address, PAGE_SIZE, 1, &flush); in flush_tlb_page() 426 err = protect(mm_id, address, PAGE_SIZE, prot, 1, &flush); in flush_tlb_page()
|
/linux-3.4.99/arch/um/include/shared/skas/ |
D | mm_id.h | 9 struct mm_id { struct
|
/linux-3.4.99/arch/x86/um/ |
D | ldt.c | 18 static long write_ldt_entry(struct mm_id *mm_idp, int func, in write_ldt_entry() 209 struct mm_id * mm_idp = ¤t->mm->context.id; in write_ldt()
|