Searched refs:mem_read (Results 1 – 7 of 7) sorted by relevance
28 |xref mem_read55 | ;before branching to mem_read56 bsrl mem_read
433 | The FPSP calls mem_read to read the original F-line instruction in order442 | Like mem_write, mem_read always reads with a supervisor447 .global mem_read448 mem_read: label
310 bsrl mem_read
344 struct read_cache mem_read; member
900 static ssize_t mem_read(struct file *file, char __user *buf, in mem_read() function938 .read = mem_read,
1341 struct read_cache *mc = &ctxt->mem_read; in read_emulated()5120 ctxt->mem_read.end = 0; in init_decode_cache()5129 ctxt->mem_read.pos = 0; in x86_emulate_insn()5397 ctxt->mem_read.end = 0; in x86_emulate_insn()
2518 static ssize_t mem_read(struct file *file, char __user *buf, size_t count, in mem_read() function2558 .read = mem_read,