Searched refs:mem_read (Results  1 – 9 of 9) sorted by relevance
| /Linux-v6.6/arch/m68k/fpsp040/ | 
| D | x_fline.S | 28 	|xref	mem_read55 |				;before branching to mem_read
 56 	bsrl	mem_read
 
 | 
| D | skeleton.S | 433 | The FPSP calls mem_read to read the original F-line instruction in order442 | Like mem_write, mem_read always reads with a supervisor
 447 	.global	mem_read
 448 mem_read:  label
 
 | 
| D | util.S | 310 	bsrl	mem_read
 | 
| /Linux-v6.6/drivers/firmware/google/ | 
| D | cbmem.c | 32 static ssize_t mem_read(struct file *filp, struct kobject *kobj,  in mem_read()  function
 | 
| /Linux-v6.6/arch/x86/kvm/ | 
| D | kvm_emulate.h | 364 	struct read_cache mem_read;  member
 | 
| D | emulate.c | 1359 	struct read_cache *mc = &ctxt->mem_read;  in read_emulated()5134 	ctxt->mem_read.end = 0;  in init_decode_cache()
 5144 	ctxt->mem_read.pos = 0;  in x86_emulate_insn()
 5408 				ctxt->mem_read.end = 0;  in x86_emulate_insn()
 
 | 
| /Linux-v6.6/drivers/usb/isp1760/ | 
| D | isp1760-hcd.c | 405 static void mem_read(struct usb_hcd *hcd, u32 src_offset, __u32 *dst,  in mem_read()  function1073 					mem_read(hcd, qtd->payload_addr,  in collect_qtds()
 
 | 
| /Linux-v6.6/fs/proc/ | 
| D | base.c | 892 static ssize_t mem_read(struct file *file, char __user *buf,  in mem_read()  function930 	.read		= mem_read,
 
 | 
| /Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | cxgb4_debugfs.c | 3268 static ssize_t mem_read(struct file *file, char __user *buf, size_t count,  in mem_read()  function3308 	.read    = mem_read,
 
 |