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
351 struct read_cache mem_read; member
852 static ssize_t mem_read(struct file *file, char __user *buf, in mem_read() function890 .read = mem_read,
1401 struct read_cache *mc = &ctxt->mem_read; in read_emulated()5432 ctxt->mem_read.end = 0; in init_decode_cache()5442 ctxt->mem_read.pos = 0; in x86_emulate_insn()5711 ctxt->mem_read.end = 0; in x86_emulate_insn()
3114 static ssize_t mem_read(struct file *file, char __user *buf, size_t count, in mem_read() function3154 .read = mem_read,