/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/ |
H A D | tftp-hpa_5.2.bb | 10 HOMEPAGE = "http://freecode.com/projects/tftp-hpa" 16 SRC_URI = "http://kernel.org/pub/software/network/tftp/tftp-hpa/tftp-hpa-${PV}.tar.bz2 \ 21 file://tftp-hpa-0.39-tzfix.patch \ 22 file://tftp-hpa-0.49-fortify-strcpy-crash.patch \ 23 file://tftp-hpa-0.49-stats.patch \ 24 file://tftp-hpa-5.2-pktinfo.patch \ 28 file://tftp-hpa-bug-fix-on-separated-CR-and-LF.patch \ 33 file://tftpd-hpa.socket \ 34 file://tftpd-hpa.service \ 56 mv ${D}${bindir}/tftp ${D}${bindir}/tftp-hpa [all …]
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | trace.h | 18 TP_PROTO(struct pci_dev *pdev, unsigned long hpa, unsigned long ua, 20 TP_ARGS(pdev, hpa, ua, ret), 24 __field(unsigned long, hpa) 31 __entry->hpa = hpa; 36 TP_printk("%s: %lx -> %lx ret=%d", __entry->name, __entry->hpa, 41 TP_PROTO(struct pci_dev *pdev, unsigned long hpa, unsigned long ua, 43 TP_ARGS(pdev, hpa, ua, size, ret), 47 __field(unsigned long, hpa) 55 __entry->hpa = hpa; 61 TP_printk("%s: %lx -> %lx size=%lx ret=%d", __entry->name, __entry->hpa, [all …]
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | drivers.c | 228 unsigned long hpa; member 238 if (pdev->hpa.start == d->hpa) { in find_device() 246 static struct parisc_device *find_device_by_addr(unsigned long hpa) in find_device_by_addr() argument 249 .hpa = hpa, in find_device_by_addr() 495 alloc_pa_dev(unsigned long hpa, struct hardware_path *mod_path) in alloc_pa_dev() argument 504 if (find_device_by_addr(hpa) != NULL) in alloc_pa_dev() 507 status = pdc_iodc_read(&bytecnt, hpa, 0, &iodc_data, 32); in alloc_pa_dev() 524 dev->hpa.start = hpa; in alloc_pa_dev() 529 if (hpa == 0xf4000000 || hpa == 0xf8000000) { in alloc_pa_dev() 530 dev->hpa.end = hpa + 0x03ffffff; in alloc_pa_dev() [all …]
|
H A D | processor.c | 104 txn_addr = dev->hpa.start; /* for legacy PDC */ in processor_probe() 131 status = pdc_pat_cpu_get_number(&cpu_info, dev->hpa.start); in processor_probe() 137 &dev->hpa.start); in processor_probe() 150 &dev->hpa.start, cpu_info.cpu_num, NR_CPUS); in processor_probe() 169 p->hpa = dev->hpa.start; /* save CPU hpa */ in processor_probe() 394 if (0 == cpuinfo->hpa) in show_cpuinfo()
|
/openbmc/linux/drivers/cxl/core/ |
H A D | trace.c | 10 static bool cxl_is_hpa_in_range(u64 hpa, struct cxl_region *cxlr, int pos) in cxl_is_hpa_in_range() argument 18 if (hpa < p->res->start || hpa > p->res->end) { in cxl_is_hpa_in_range() 20 "Addr trans fail: hpa 0x%llx not in region\n", hpa); in cxl_is_hpa_in_range() 25 offset = hpa - p->res->start; in cxl_is_hpa_in_range() 31 "Addr trans fail: hpa 0x%llx not in expected chunk\n", hpa); in cxl_is_hpa_in_range() 39 u64 dpa_offset, hpa_offset, bits_upper, mask_upper, hpa; in cxl_dpa_to_hpa() local 76 hpa = hpa_offset + p->res->start; in cxl_dpa_to_hpa() 78 if (!cxl_is_hpa_in_range(hpa, cxlr, cxled->pos)) in cxl_dpa_to_hpa() 81 return hpa; in cxl_dpa_to_hpa()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | tftp-0.49-cmd_arg.patch | 7 diff -up tftp-hpa-0.49/config.h.cmd_arg tftp-hpa-0.49/config.h 8 --- tftp-hpa-0.49/config.h.cmd_arg 2010-04-19 15:29:10.567331454 +0200 9 +++ tftp-hpa-0.49/config.h 2010-04-20 07:33:03.133232772 +0200 18 diff -up tftp-hpa-0.49/configure.in.cmd_arg tftp-hpa-0.49/configure.in 19 --- tftp-hpa-0.49/configure.in.cmd_arg 2008-10-21 00:08:31.000000000 +0200 20 +++ tftp-hpa-0.49/configure.in 2010-04-19 11:05:12.387340698 +0200 29 diff -up tftp-hpa-0.49/lib/xrealloc.c.cmd_arg tftp-hpa-0.49/lib/xrealloc.c 30 --- tftp-hpa-0.49/lib/xrealloc.c.cmd_arg 2010-04-19 11:05:12.387340698 +0200 31 +++ tftp-hpa-0.49/lib/xrealloc.c 2010-04-19 11:05:12.387340698 +0200 53 diff -up tftp-hpa-0.49/tftp/main.c.cmd_arg tftp-hpa-0.49/tftp/main.c [all …]
|
H A D | tftp-0.42-tftpboot.patch | 7 diff -up tftp-hpa-0.48/tftp-xinetd.tftpboot tftp-hpa-0.48/tftp-xinetd 8 --- tftp-hpa-0.48/tftp-xinetd.tftpboot 2007-01-31 00:51:05.000000000 +0100 9 +++ tftp-hpa-0.48/tftp-xinetd 2008-05-20 12:05:53.000000000 +0200 19 diff -up tftp-hpa-0.48/README.security.tftpboot tftp-hpa-0.48/README.security 20 --- tftp-hpa-0.48/README.security.tftpboot 2008-05-29 17:36:32.000000000 +0200 21 +++ tftp-hpa-0.48/README.security 2008-05-29 17:37:21.000000000 +0200 51 diff -up tftp-hpa-0.48/tftpd/sample.rules.tftpboot tftp-hpa-0.48/tftpd/sample.rules 52 --- tftp-hpa-0.48/tftpd/sample.rules.tftpboot 2008-05-29 17:38:46.000000000 +0200 53 +++ tftp-hpa-0.48/tftpd/sample.rules 2008-05-29 17:38:05.000000000 +0200
|
H A D | tftp-0.49-chk_retcodes.patch | 7 diff -up tftp-hpa-0.49/tftpd/tftpd.c.chk_retcodes tftp-hpa-0.49/tftpd/tftpd.c 8 --- tftp-hpa-0.49/tftpd/tftpd.c.chk_retcodes 2009-01-15 15:28:50.000000000 +0100 9 +++ tftp-hpa-0.49/tftpd/tftpd.c 2009-01-15 15:31:36.000000000 +0100
|
H A D | init | 21 NAME=in.tftpd-hpa 22 SCRIPTNAME=/etc/init.d/tftpd-hpa 25 if [ -r /etc/default/tftpd-hpa ] 27 . /etc/default/tftpd-hpa
|
H A D | tftp-hpa-0.49-stats.patch | 7 diff -up tftp-hpa-0.49/tftp/tftp.c.stats tftp-hpa-0.49/tftp/tftp.c 8 --- tftp-hpa-0.49/tftp/tftp.c.stats 2011-01-03 15:38:34.217918067 +0100 9 +++ tftp-hpa-0.49/tftp/tftp.c 2011-01-03 15:38:37.498917014 +0100
|
H A D | tftp-0.40-remap.patch | 7 diff -up tftp-hpa-0.49/tftpd/remap.c.zero tftp-hpa-0.49/tftpd/remap.c 8 --- tftp-hpa-0.49/tftpd/remap.c.zero 2008-10-20 18:08:31.000000000 -0400 9 +++ tftp-hpa-0.49/tftpd/remap.c 2008-11-25 11:41:09.000000000 -0500
|
H A D | tftp-hpa-0.39-tzfix.patch | 7 diff -up tftp-hpa-0.49/tftpd/tftpd.c.tzfix tftp-hpa-0.49/tftpd/tftpd.c 8 --- tftp-hpa-0.49/tftpd/tftpd.c.tzfix 2008-10-20 18:08:31.000000000 -0400 9 +++ tftp-hpa-0.49/tftpd/tftpd.c 2008-11-25 11:45:27.000000000 -0500
|
H A D | tftp-hpa-0.49-fortify-strcpy-crash.patch | 7 diff -urN tftp-hpa-0.49.orig/tftp/tftp.c tftp-hpa-0.49/tftp/tftp.c 8 --- tftp-hpa-0.49.orig/tftp/tftp.c 2008-10-20 18:08:31.000000000 -0400 9 +++ tftp-hpa-0.49/tftp/tftp.c 2009-08-05 09:47:18.072585848 -0400
|
H A D | tftpd-hpa.service | 3 Requires=tftpd-hpa.socket 6 ExecStart=@SBINDIR@/in.tftpd-hpa -s /var/lib/tftpboot 10 Also=tftpd-hpa.socket
|
H A D | tftp-hpa-5.2-pktinfo.patch | 7 diff -up tftp-hpa-5.2/tftpd/recvfrom.c.test tftp-hpa-5.2/tftpd/recvfrom.c 8 --- tftp-hpa-5.2/tftpd/recvfrom.c.test 2011-12-11 23:13:52.000000000 +0100 9 +++ tftp-hpa-5.2/tftpd/recvfrom.c 2012-01-04 10:05:17.852042256 +0100
|
/openbmc/linux/drivers/parisc/ |
H A D | hppb.c | 26 unsigned long hpa; member 32 .hpa = 0, 56 if(card->hpa) { in hppb_probe() 65 card->hpa = dev->hpa.start; in hppb_probe() 69 card->mmio_region.start = gsc_readl(dev->hpa.start + IO_IO_LOW); in hppb_probe() 70 card->mmio_region.end = gsc_readl(dev->hpa.start + IO_IO_HIGH) - 1; in hppb_probe() 75 &dev->hpa.start, in hppb_probe()
|
H A D | lasi.c | 59 unsigned long lasi_base = this_lasi->hpa; in lasi_init_irq() 154 gsc_writel(0x02, lasi->hpa + 0x0000C000); in lasi_power_off() 170 lasi->hpa = dev->hpa.start; in lasi_init_chip() 173 lasi->version = gsc_readl(lasi->hpa + LASI_VER) & 0xf; in lasi_init_chip() 175 lasi->name, lasi->version, lasi->hpa); in lasi_init_chip() 178 lasi_led_init(lasi->hpa); in lasi_init_chip() 201 gsc_writel(lasi->eim, lasi->hpa + OFFSET_IAR); in lasi_init_chip()
|
H A D | gsc.c | 76 irr = gsc_readl(gsc_asic->hpa + OFFSET_IRR); in gsc_asic_intr() 114 imr = gsc_readl(irq_dev->hpa + OFFSET_IMR); in gsc_asic_mask_irq() 116 gsc_writel(imr, irq_dev->hpa + OFFSET_IMR); in gsc_asic_mask_irq() 129 imr = gsc_readl(irq_dev->hpa + OFFSET_IMR); in gsc_asic_unmask_irq() 131 gsc_writel(imr, irq_dev->hpa + OFFSET_IMR); in gsc_asic_unmask_irq() 157 gsc_writel(gsc_dev->eim, gsc_dev->hpa + OFFSET_IAR); in gsc_set_affinity_irq() 245 res = request_mem_region(gsc_asic->hpa, 0x100000, gsc_asic->name); in gsc_common_setup() 253 if (gsc_readl(gsc_asic->hpa + OFFSET_IMR)) in gsc_common_setup() 255 gsc_readl(gsc_asic->hpa + OFFSET_IMR)); in gsc_common_setup()
|
H A D | wax.c | 50 unsigned long base = wax->hpa; in wax_init_irq() 78 wax->hpa = dev->hpa.start; in wax_init_chip() 81 printk(KERN_INFO "%s at 0x%lx found.\n", wax->name, wax->hpa); in wax_init_chip() 104 gsc_writel(wax->eim, wax->hpa + OFFSET_IAR); in wax_init_chip()
|
/openbmc/linux/arch/s390/kvm/ |
H A D | vsie.c | 658 static int pin_guest_page(struct kvm *kvm, gpa_t gpa, hpa_t *hpa) in pin_guest_page() argument 665 *hpa = (hpa_t)page_to_phys(page) + (gpa & ~PAGE_MASK); in pin_guest_page() 670 static void unpin_guest_page(struct kvm *kvm, gpa_t gpa, hpa_t hpa) in unpin_guest_page() argument 672 kvm_release_pfn_dirty(hpa >> PAGE_SHIFT); in unpin_guest_page() 681 hpa_t hpa; in unpin_blocks() local 683 hpa = (u64) scb_s->scaoh << 32 | scb_s->scaol; in unpin_blocks() 684 if (hpa) { in unpin_blocks() 685 unpin_guest_page(vcpu->kvm, vsie_page->sca_gpa, hpa); in unpin_blocks() 691 hpa = scb_s->itdba; in unpin_blocks() 692 if (hpa) { in unpin_blocks() [all …]
|
/openbmc/linux/drivers/input/serio/ |
H A D | gscps2.c | 331 unsigned long hpa = dev->hpa.start; in gscps2_probe() local 339 hpa += GSC_DINO_OFFSET; in gscps2_probe() 352 ps2port->addr = ioremap(hpa, GSC_STATUS + 4); in gscps2_probe() 378 hpa, ps2port->id); in gscps2_probe() 384 if (!request_mem_region(hpa, GSC_STATUS + 4, ps2port->port.name)) in gscps2_probe() 390 hpa, in gscps2_probe() 405 release_mem_region(dev->hpa.start, GSC_STATUS + 4); in gscps2_probe() 428 release_mem_region(dev->hpa, GSC_STATUS + 4); in gscps2_remove()
|
/openbmc/linux/drivers/vfio/ |
H A D | vfio_iommu_spapr_tce.c | 180 static bool tce_page_is_contained(struct mm_struct *mm, unsigned long hpa, in tce_page_is_contained() argument 186 if (mm_iommu_is_devmem(mm, hpa, it_page_shift, &size)) in tce_page_is_contained() 189 page = pfn_to_page(hpa >> PAGE_SHIFT); in tce_page_is_contained() 381 static void tce_iommu_unuse_page(unsigned long hpa) in tce_iommu_unuse_page() argument 385 page = pfn_to_page(hpa >> PAGE_SHIFT); in tce_iommu_unuse_page() 414 unsigned long hpa = 0; in tce_iommu_unuse_page_v2() local 421 tbl->it_page_shift, &hpa, &mem); in tce_iommu_unuse_page_v2() 484 static int tce_iommu_use_page(unsigned long tce, unsigned long *hpa) in tce_iommu_use_page() argument 494 *hpa = __pa((unsigned long) page_address(page)); in tce_iommu_use_page() 505 unsigned long hpa; in tce_iommu_build() local [all …]
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | iommu_api.c | 331 unsigned long ua, unsigned int pageshift, unsigned long *hpa) in mm_iommu_ua_to_hpa() argument 343 *hpa = mem->dev_hpa + (ua - mem->ua); in mm_iommu_ua_to_hpa() 348 *hpa = (*va & MM_IOMMU_TABLE_GROUP_PAGE_MASK) | (ua & ~PAGE_MASK); in mm_iommu_ua_to_hpa() 354 bool mm_iommu_is_devmem(struct mm_struct *mm, unsigned long hpa, in mm_iommu_is_devmem() argument 366 if ((mem->dev_hpa <= hpa) && (hpa < end)) { in mm_iommu_is_devmem() 373 *size = min(1UL << pageshift, end - hpa); in mm_iommu_is_devmem()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | pci-ioda-tce.c | 148 unsigned long *hpa, enum dma_data_direction *direction) in pnv_tce_xchg() argument 151 unsigned long newtce = *hpa | proto_tce, oldtce; in pnv_tce_xchg() 155 BUG_ON(*hpa & ~IOMMU_PAGE_MASK(tbl)); in pnv_tce_xchg() 160 *hpa = 0; in pnv_tce_xchg() 175 *hpa = oldtce & ~(TCE_PCI_READ | TCE_PCI_WRITE); in pnv_tce_xchg() 227 unsigned long hpa = be64_to_cpu(tmp[i]); in pnv_pci_ioda2_table_do_free_pages() local 229 if (!(hpa & (TCE_PCI_READ | TCE_PCI_WRITE))) in pnv_pci_ioda2_table_do_free_pages() 232 pnv_pci_ioda2_table_do_free_pages(__va(hpa), size, in pnv_pci_ioda2_table_do_free_pages()
|
/openbmc/linux/drivers/char/agp/ |
H A D | hp-agp.c | 160 hp_zx1_ioc_init (u64 hpa) in hp_zx1_ioc_init() argument 164 hp->ioc_regs = ioremap(hpa, 1024); in hp_zx1_ioc_init() 181 hp_zx1_lba_find_capability (volatile u8 __iomem *hpa, int cap) in hp_zx1_lba_find_capability() argument 187 status = readw(hpa+PCI_STATUS); in hp_zx1_lba_find_capability() 190 pos = readb(hpa+PCI_CAPABILITY_LIST); in hp_zx1_lba_find_capability() 193 id = readb(hpa+pos+PCI_CAP_LIST_ID); in hp_zx1_lba_find_capability() 198 pos = readb(hpa+pos+PCI_CAP_LIST_NEXT); in hp_zx1_lba_find_capability() 204 hp_zx1_lba_init (u64 hpa) in hp_zx1_lba_init() argument 209 hp->lba_regs = ioremap(hpa, 256); in hp_zx1_lba_init()
|