Searched refs:cursor (Results 1 - 3 of 3) sorted by relevance

/arch/parisc/include/asm/
H A Dcacheflush.h60 void *cursor = vaddr; local
62 for ( ; cursor < vaddr + size; cursor += PAGE_SIZE) {
63 struct page *page = vmalloc_to_page(cursor);
/arch/x86/kernel/
H A Duprobes.c279 u8 *cursor; local
292 cursor = auprobe->insn + insn_offset_rex_prefix(insn);
294 *cursor &= 0xfe;
309 cursor = auprobe->insn + insn_offset_vex_prefix(insn) + 1;
310 *cursor |= 0x20;
385 * Point cursor at the modrm byte. The next 4 bytes are the
389 cursor = auprobe->insn + insn_offset_modrm(insn);
395 *cursor = 0x80 | (reg << 3) | reg2;
/arch/x86/mm/
H A Dpat.c502 u64 cursor = from; local
507 while (cursor < to) {
513 cursor += PAGE_SIZE;

Completed in 102 milliseconds