Searched refs:virt_to_phys (Results 1 - 25 of 193) sorted by relevance

12345678

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dvirtconvert.h38 extern inline unsigned long virt_to_phys(volatile void *vaddr) function
65 extern inline unsigned long virt_to_phys(volatile void * address) function
81 #define virt_to_bus(a) (virt_to_phys(a) + (MACH_IS_HADES ? 0x80000000 : 0))
84 #define virt_to_bus virt_to_phys
H A Dmmu_context.h19 mm->context = virt_to_phys(mm->pgd);
95 next_mm->context = virt_to_phys(next_mm->pgd);
H A Dpgalloc.h145 : : "a" (virt_to_phys((void *)address)));
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dvirtconvert.h38 extern inline unsigned long virt_to_phys(volatile void *vaddr) function
65 extern inline unsigned long virt_to_phys(volatile void * address) function
81 #define virt_to_bus(a) (virt_to_phys(a) + (MACH_IS_HADES ? 0x80000000 : 0))
84 #define virt_to_bus virt_to_phys
H A Dmmu_context.h19 mm->context = virt_to_phys(mm->pgd);
95 next_mm->context = virt_to_phys(next_mm->pgd);
H A Dpgalloc.h145 : : "a" (virt_to_phys((void *)address)));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dmemory.h19 static inline unsigned long virt_to_phys(volatile void *x) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dmemory.h19 static inline unsigned long virt_to_phys(volatile void *x) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dio.h27 extern inline unsigned long virt_to_phys(volatile void * address) function
65 #define virt_to_bus virt_to_phys
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dio.h27 extern inline unsigned long virt_to_phys(volatile void * address) function
65 #define virt_to_bus virt_to_phys
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dio.h27 extern inline unsigned long virt_to_phys(volatile void * address) function
65 #define virt_to_bus virt_to_phys
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dio.h27 extern inline unsigned long virt_to_phys(volatile void * address) function
65 #define virt_to_bus virt_to_phys
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/lpslave/
H A De100lpslavenet.c239 RxDescList[i].next = virt_to_phys(&RxDescList[i + 1]);
240 RxDescList[i].buf = virt_to_phys(RxBuf + anOffset);
248 RxDescList[i].next = virt_to_phys(&RxDescList[0]);
249 RxDescList[i].buf = virt_to_phys(RxBuf + anOffset);
263 TxDescList[0].buf = virt_to_phys(&host_command);
264 TxDescList[0].next = virt_to_phys(&TxDescList[1]);
506 *R_DMA_CH3_FIRST = virt_to_phys(myNextRxDesc);
629 while(*R_DMA_CH3_FIRST != virt_to_phys(myNextRxDesc)) {
898 TxDescList[1].buf = virt_to_phys(buf);
899 TxDescList[1].next = virt_to_phys(
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dccio-rm-dma.c93 *handle = virt_to_phys(ret);
107 return virt_to_phys(ptr);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-sa1100/
H A Dpm.c59 sleep_save_p = virt_to_phys(sleep_save);
99 PSPR = virt_to_phys(sa1100_cpu_resume);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/
H A Dide.c116 * - All DMA uses virt_to_phys conversions for DMA buffers and descriptor ptrs
509 mydescr.buf = virt_to_phys(buffer);
513 *R_DMA_CH3_FIRST = virt_to_phys(&mydescr);
556 mydescr.buf = virt_to_phys(buffer);
560 *R_DMA_CH2_FIRST = virt_to_phys(&mydescr);
653 addr = virt_to_phys (rq->buffer);
657 addr = virt_to_phys (bh->b_data);
660 if ((addr + size) != virt_to_phys (bh->b_data))
694 ata_descrs[count].next = virt_to_phys(&ata_descrs[count + 1]);
709 ata_descrs[count].next = virt_to_phys(
[all...]
H A Dusb-host.c314 RxDescList[i].next = virt_to_phys(&RxDescList[i + 1]);
315 RxDescList[i].buf = virt_to_phys(RxBuf + (i * RX_DESC_BUF_SIZE));
322 RxDescList[i].next = virt_to_phys(&RxDescList[0]);
323 RxDescList[i].buf = virt_to_phys(RxBuf + (i * RX_DESC_BUF_SIZE));
331 *R_DMA_CH9_FIRST = virt_to_phys(myNextRxDesc);
347 TxCtrlEPList[i].nep = virt_to_phys(&TxCtrlEPList[i + 1]);
355 TxCtrlEPList[i].nep = virt_to_phys(&TxCtrlEPList[0]);
357 *R_DMA_CH8_SUB1_EP = virt_to_phys(&TxCtrlEPList[0]);
373 TxBulkEPList[i].nep = virt_to_phys(&TxBulkEPList[i + 1]);
381 TxBulkEPList[i].nep = virt_to_phys(
[all...]
H A Dethernet.c272 RxDescList[i].descr.next = virt_to_phys(&RxDescList[i + 1]);
273 RxDescList[i].descr.buf = virt_to_phys(RxDescList[i].skb->data);
281 RxDescList[NBR_OF_RX_DESC - 1].descr.next = virt_to_phys(&RxDescList[0]);
288 TxDescList[i].descr.next = virt_to_phys(&TxDescList[i + 1].descr);
296 TxDescList[NBR_OF_TX_DESC - 1].descr.next = virt_to_phys(&TxDescList[0].descr);
492 *R_DMA_CH1_FIRST = virt_to_phys(myNextRxDesc);
498 *R_DMA_CH0_DESCR = virt_to_phys(myLastTxDesc);
779 *R_DMA_CH0_DESCR = virt_to_phys(myLastTxDesc);
859 while (*R_DMA_CH1_FIRST != virt_to_phys(myNextRxDesc)) {
1006 myNextRxDesc->descr.buf = virt_to_phys(myNextRxDes
[all...]
H A Dsync_serial.c715 port->out_descr.buf = virt_to_phys(port->out_buffer);
718 *port->output_dma_first = virt_to_phys(&port->out_descr);
732 port->in_descr1.next = virt_to_phys(&port->in_descr2);
734 port->in_descr2.next = virt_to_phys(&port->in_descr1);
743 port->in_descr1.buf = virt_to_phys(port->in_buffer);
745 port->in_descr2.buf = virt_to_phys(port->writep);
746 *port->input_dma_first = virt_to_phys(&port->in_descr2);
752 port->in_descr1.buf = virt_to_phys(port->writep);
754 port->in_descr2.buf = virt_to_phys(port->in_buffer + IN_BUFFER_SIZE / 2);
755 *port->input_dma_first = virt_to_phys(
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dcf-enabler.c57 paddrbase = virt_to_phys((void*)CONFIG_CF_BASE_ADDR);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/lib/
H A Dswiotlb.c35 #define SG_ENT_PHYS_ADDRESS(SG) virt_to_phys(SG_ENT_VIRT_ADDRESS(SG))
282 pci_addr = virt_to_phys(ret);
305 unsigned long pci_addr = virt_to_phys(ptr);
322 pci_addr = virt_to_phys(map_single(hwdev, ptr, size, direction));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtubttysiz.c102 tubp->ttyccw.cda = virt_to_phys(miniscreen);
110 tubp->ttyccw.cda = virt_to_phys(wbuf);
151 tubp->ttyccw.cda = virt_to_phys(miniscreen);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Ddec_esp.c159 esp->esp_command_dvma = virt_to_phys(cmd_buffer);
208 esp->esp_command_dvma = virt_to_phys(pmaz_cmd_buffer);
451 sp->SCp.ptr = (char *)virt_to_phys(sp->request_buffer);
460 sg[sz].dma_address = virt_to_phys(sg[sz].address);
530 sp->SCp.ptr = (char *)virt_to_phys(sp->request_buffer);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/mm/
H A Dioremap.c112 if (phys_addr < virt_to_phys(high_memory))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/mm/
H A Dioremap.c112 if (phys_addr < virt_to_phys(high_memory))

Completed in 123 milliseconds

12345678