Searched refs:op_index (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dtlb.c123 int last_op, int *op_index, int force,
148 PAGE_SIZE, prot, ops, op_index,
150 else ret = add_munmap(addr, PAGE_SIZE, ops, op_index,
154 ret = add_mprotect(addr, PAGE_SIZE, prot, ops, op_index,
163 int last_op, int *op_index, int force,
179 op_index, last_op, mmu,
185 op_index, force, mmu, flush,
193 int last_op, int *op_index, int force,
209 op_index, last_op, mmu,
215 op_index, forc
121 update_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, struct host_vm_op *ops, int last_op, int *op_index, int force, union mm_context *mmu, void **flush, int (*do_ops)(union mm_context *, struct host_vm_op *, int, int, void **)) argument
161 update_pmd_range(pud_t *pud, unsigned long addr, unsigned long end, struct host_vm_op *ops, int last_op, int *op_index, int force, union mm_context *mmu, void **flush, int (*do_ops)(union mm_context *, struct host_vm_op *, int, int, void **)) argument
191 update_pud_range(pgd_t *pgd, unsigned long addr, unsigned long end, struct host_vm_op *ops, int last_op, int *op_index, int force, union mm_context *mmu, void **flush, int (*do_ops)(union mm_context *, struct host_vm_op *, int, int, void **)) argument
230 int ret = 0, last_op = ARRAY_SIZE(ops) - 1, op_index = -1; local
[all...]

Completed in 188 milliseconds