Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  pmem-dax.c   Sprache: C

 
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2014-2016, Intel Corporation.
 */

#include "test/nfit_test.h"
#include <linux/blkdev.h>
#include <linux/dax.h>
#include <pmem.h>
#include <nd.h>

long __pmem_direct_access(struct pmem_device *pmem, pgoff_t pgoff,
  long nr_pages, enum dax_access_mode mode, void **kaddr,
  unsigned long *pfn)
{
 resource_size_t offset = PFN_PHYS(pgoff) + pmem->data_offset;

 if (unlikely(is_bad_pmem(&pmem->bb, PFN_PHYS(pgoff) / 512,
     PFN_PHYS(nr_pages))))
  return -EIO;

 /*
 * Limit dax to a single page at a time given vmalloc()-backed
 * in the nfit_test case.
 */

 if (get_nfit_res(pmem->phys_addr + offset)) {
  struct page *page;

  if (kaddr)
   *kaddr = pmem->virt_addr + offset;
  page = vmalloc_to_page(pmem->virt_addr + offset);
  if (pfn)
   *pfn = page_to_pfn(page);
  pr_debug_ratelimited("%s: pmem: %p pgoff: %#lx pfn: %#lx\n",
    __func__, pmem, pgoff, page_to_pfn(page));

  return 1;
 }

 if (kaddr)
  *kaddr = pmem->virt_addr + offset;
 if (pfn)
  *pfn = PHYS_PFN(pmem->phys_addr + offset);

 /*
 * If badblocks are present, limit known good range to the
 * requested range.
 */

 if (unlikely(pmem->bb.count))
  return nr_pages;
 return PHYS_PFN(pmem->size - pmem->pfn_pad - offset);
}

Messung V0.5
C=93 H=100 G=96

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge