/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | dis-asm.h | 8 extern void print_address (unsigned long memaddr); 11 extern int print_insn_powerpc(unsigned long insn, unsigned long memaddr); 12 extern int print_insn_spu(unsigned long insn, unsigned long memaddr); 14 static inline int print_insn_powerpc(unsigned long insn, unsigned long memaddr) in print_insn_powerpc() argument 20 static inline int print_insn_spu(unsigned long insn, unsigned long memaddr) in print_insn_spu() argument
|
H A D | spu-dis.c | 83 print_insn_spu (unsigned long insn, unsigned long memaddr) in print_insn_spu() argument 173 print_address(memaddr + DECODE_INSN_I9a (insn) * 4); in print_insn_spu() 176 print_address(memaddr + DECODE_INSN_I9b (insn) * 4); in print_insn_spu() 201 hex_value = memaddr + value; in print_insn_spu()
|
H A D | ppc-dis.c | 119 int print_insn_powerpc (unsigned long insn, unsigned long memaddr) in print_insn_powerpc() argument 224 print_address(memaddr + value); in print_insn_powerpc() 273 memaddr += 2; in print_insn_powerpc()
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | dis-asm.h | 8 extern void print_address (unsigned long memaddr); 11 extern int print_insn_powerpc(unsigned long insn, unsigned long memaddr); 12 extern int print_insn_spu(unsigned long insn, unsigned long memaddr); 14 static inline int print_insn_powerpc(unsigned long insn, unsigned long memaddr) in print_insn_powerpc() argument 20 static inline int print_insn_spu(unsigned long insn, unsigned long memaddr) in print_insn_spu() argument
|
H A D | spu-dis.c | 83 print_insn_spu (unsigned long insn, unsigned long memaddr) in print_insn_spu() argument 173 print_address(memaddr + DECODE_INSN_I9a (insn) * 4); in print_insn_spu() 176 print_address(memaddr + DECODE_INSN_I9b (insn) * 4); in print_insn_spu() 201 hex_value = memaddr + value; in print_insn_spu()
|
H A D | ppc-dis.c | 119 int print_insn_powerpc (unsigned long insn, unsigned long memaddr) in print_insn_powerpc() argument 224 print_address(memaddr + value); in print_insn_powerpc() 273 memaddr += 2; in print_insn_powerpc()
|
/kernel/linux/linux-5.10/drivers/misc/eeprom/ |
H A D | idt_89hpesx.c | 157 * @memaddr: Internal memory address of EEPROM 163 u16 memaddr; member 572 * @memaddr: Start EEPROM memory address 575 static int idt_eeprom_read_byte(struct idt_89hpesx_dev *pdev, u16 memaddr, in idt_eeprom_read_byte() argument 597 eeseq.memaddr = cpu_to_le16(memaddr); in idt_eeprom_read_byte() 601 memaddr); in idt_eeprom_read_byte() 610 memaddr); in idt_eeprom_read_byte() 643 * @memaddr: Start EEPROM memory address 647 static int idt_eeprom_write(struct idt_89hpesx_dev *pdev, u16 memaddr, u1 argument 713 idt_eeprom_read(struct idt_89hpesx_dev *pdev, u16 memaddr, u16 len, u8 *buf) idt_eeprom_read() argument [all...] |
/kernel/linux/linux-6.6/drivers/misc/eeprom/ |
H A D | idt_89hpesx.c | 126 * @memaddr: Internal memory address of EEPROM 132 u16 memaddr; member 541 * @memaddr: Start EEPROM memory address 544 static int idt_eeprom_read_byte(struct idt_89hpesx_dev *pdev, u16 memaddr, in idt_eeprom_read_byte() argument 566 eeseq.memaddr = cpu_to_le16(memaddr); in idt_eeprom_read_byte() 570 memaddr); in idt_eeprom_read_byte() 579 memaddr); in idt_eeprom_read_byte() 612 * @memaddr: Start EEPROM memory address 616 static int idt_eeprom_write(struct idt_89hpesx_dev *pdev, u16 memaddr, u1 argument 682 idt_eeprom_read(struct idt_89hpesx_dev *pdev, u16 memaddr, u16 len, u8 *buf) idt_eeprom_read() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
H A D | atarilance.c | 246 unsigned long memaddr; member 469 volatile unsigned short *memaddr = in lance_probe1() local 470 (volatile unsigned short *)init_rec->memaddr; in lance_probe1() 480 (long)memaddr, (long)ioaddr )); in lance_probe1() 484 if (!addr_accessible( memaddr, 1, 1 )) goto probe_fail; in lance_probe1() 488 save1 = *memaddr; in lance_probe1() 489 *memaddr = 0x0001; in lance_probe1() 490 if (*memaddr != 0x0001) goto probe_fail; in lance_probe1() 492 *memaddr = 0x0000; in lance_probe1() 493 if (*memaddr ! in lance_probe1() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/ |
H A D | atarilance.c | 246 unsigned long memaddr; member 465 volatile unsigned short *memaddr = in lance_probe1() local 466 (volatile unsigned short *)init_rec->memaddr; in lance_probe1() 477 (long)memaddr, (long)ioaddr )); in lance_probe1() 481 if (!addr_accessible( memaddr, 1, 1 )) goto probe_fail; in lance_probe1() 485 save1 = *memaddr; in lance_probe1() 486 *memaddr = 0x0001; in lance_probe1() 487 if (*memaddr != 0x0001) goto probe_fail; in lance_probe1() 489 *memaddr = 0x0000; in lance_probe1() 490 if (*memaddr ! in lance_probe1() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | file_ops.c | 357 memaddr = 0; in hfi1_file_mmap() local 383 memaddr = ((dd->physaddr + TXE_PIO_SEND) + in hfi1_file_mmap() 410 memaddr = virt_to_phys(memvirt) + in hfi1_file_mmap() 474 memaddr = (unsigned long) in hfi1_file_mmap() 491 memaddr = (unsigned long) in hfi1_file_mmap() 506 memaddr = kvirt_to_phys((void *)dd->status); in hfi1_file_mmap() 528 memaddr = (u64)uctxt->subctxt_uregbase; in hfi1_file_mmap() 534 memaddr = (u64)uctxt->subctxt_rcvhdr_base; in hfi1_file_mmap() 540 memaddr = (u64)uctxt->subctxt_rcvegrbuf; in hfi1_file_mmap() 553 memaddr in hfi1_file_mmap() [all...] |
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | perf.c | 193 static int perf_write_image(uint64_t *memaddr); 735 static int perf_write_image(uint64_t *memaddr) in perf_write_image() argument 771 tmp64 = *intrigue_bitmask & *memaddr++; in perf_write_image() 777 *bptr++ = *memaddr++; in perf_write_image() 803 __raw_writeq(tmp64 | (*memaddr++ & 0x0013000000000000ul), in perf_write_image() 808 __raw_writeq(*memaddr++, runway + RUNWAY_DEBUG); in perf_write_image()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | perf.c | 193 static int perf_write_image(uint64_t *memaddr); 735 static int perf_write_image(uint64_t *memaddr) in perf_write_image() argument 771 tmp64 = *intrigue_bitmask & *memaddr++; in perf_write_image() 777 *bptr++ = *memaddr++; in perf_write_image() 803 __raw_writeq(tmp64 | (*memaddr++ & 0x0013000000000000ul), in perf_write_image() 808 __raw_writeq(*memaddr++, runway + RUNWAY_DEBUG); in perf_write_image()
|
/kernel/linux/linux-5.10/drivers/net/arcnet/ |
H A D | arc-rimi.c | 291 void __iomem *memaddr = lp->mem_start + 0x800 + bufnum * 512 + offset; in arcrimi_copy_to_card() local 293 TIME(dev, "memcpy_toio", count, memcpy_toio(memaddr, buf, count)); in arcrimi_copy_to_card() 300 void __iomem *memaddr = lp->mem_start + 0x800 + bufnum * 512 + offset; in arcrimi_copy_from_card() local 302 TIME(dev, "memcpy_fromio", count, memcpy_fromio(buf, memaddr, count)); in arcrimi_copy_from_card()
|
H A D | com90xx.c | 633 void __iomem *memaddr = lp->mem_start + bufnum * 512 + offset; in com90xx_copy_to_card() local 635 TIME(dev, "memcpy_toio", count, memcpy_toio(memaddr, buf, count)); in com90xx_copy_to_card() 642 void __iomem *memaddr = lp->mem_start + bufnum * 512 + offset; in com90xx_copy_from_card() local 644 TIME(dev, "memcpy_fromio", count, memcpy_fromio(buf, memaddr, count)); in com90xx_copy_from_card()
|
/kernel/linux/linux-6.6/drivers/net/arcnet/ |
H A D | arc-rimi.c | 292 void __iomem *memaddr = lp->mem_start + 0x800 + bufnum * 512 + offset; in arcrimi_copy_to_card() local 294 TIME(dev, "memcpy_toio", count, memcpy_toio(memaddr, buf, count)); in arcrimi_copy_to_card() 301 void __iomem *memaddr = lp->mem_start + 0x800 + bufnum * 512 + offset; in arcrimi_copy_from_card() local 303 TIME(dev, "memcpy_fromio", count, memcpy_fromio(buf, memaddr, count)); in arcrimi_copy_from_card()
|
H A D | com90xx.c | 634 void __iomem *memaddr = lp->mem_start + bufnum * 512 + offset; in com90xx_copy_to_card() local 636 TIME(dev, "memcpy_toio", count, memcpy_toio(memaddr, buf, count)); in com90xx_copy_to_card() 643 void __iomem *memaddr = lp->mem_start + bufnum * 512 + offset; in com90xx_copy_from_card() local 645 TIME(dev, "memcpy_fromio", count, memcpy_fromio(buf, memaddr, count)); in com90xx_copy_from_card()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | pdc.h | 56 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count); 57 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count);
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | pdc.h | 56 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count); 57 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count);
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | file_ops.c | 308 u64 memaddr, void *memvirt, dma_addr_t memdma, in mmap_cdbg() 314 memaddr ?: (u64)memvirt, memlen, in mmap_cdbg() 325 memaddr = 0; in hfi1_file_mmap() local 357 memaddr = ((dd->physaddr + TXE_PIO_SEND) + in hfi1_file_mmap() 441 mmap_cdbg(ctxt, subctxt, type, mapio, vmf, memaddr, in hfi1_file_mmap() 462 memaddr = (unsigned long) in hfi1_file_mmap() 479 memaddr = (unsigned long) in hfi1_file_mmap() 494 memaddr = kvirt_to_phys((void *)dd->status); in hfi1_file_mmap() 517 memaddr = (u64)uctxt->subctxt_uregbase; in hfi1_file_mmap() 523 memaddr in hfi1_file_mmap() 307 mmap_cdbg(u16 ctxt, u8 subctxt, u8 type, u8 mapio, u8 vmf, u64 memaddr, void *memvirt, dma_addr_t memdma, ssize_t memlen, struct vm_area_struct *vma) mmap_cdbg() argument [all...] |
/kernel/linux/common_modules/tzdriver/ion/ |
H A D | static_ion_mem.h | 23 uint64_t memaddr[ION_MEM_MAX_SIZE];
member
|
/kernel/linux/common_modules/tzdriver/ion/mplat/ |
H A D | declare_static_ion.c | 46 memtag->memaddr[pos] = g_secos_ex_addr;
in set_ion_mem_info()
|
/kernel/linux/common_modules/tzdriver/ion/generic/ |
H A D | declare_static_ion.c | 137 memtag->memaddr[*pos] = addr;
in set_mem_tag() 172 /* here pos max is 7, memaddr[] has 10 positions, just 3 free */
in set_ion_mem_info()
|
/kernel/linux/linux-5.10/drivers/staging/vt6655/ |
H A D | device.h | 130 u32 memaddr; member
|
/kernel/linux/linux-6.6/drivers/staging/vt6655/ |
H A D | device.h | 128 u32 memaddr; member
|