Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/gpu/drm/i915/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 856 B image not shown  

Quelle  i915_mm.h   Sprache: C

 
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2021 Intel Corporation
 */


#ifndef __I915_MM_H__
#define __I915_MM_H__

#include <linux/bug.h>
#include <linux/types.h>

struct vm_area_struct;
struct io_mapping;
struct scatterlist;

#if IS_ENABLED(CONFIG_X86)
int remap_io_mapping(struct vm_area_struct *vma,
       unsigned long addr, unsigned long pfn, unsigned long size,
       struct io_mapping *iomap);
#else
static inline
int remap_io_mapping(struct vm_area_struct *vma,
       unsigned long addr, unsigned long pfn, unsigned long size,
       struct io_mapping *iomap)
{
 WARN_ONCE(1, "Architecture has no drm_cache.c support\n");
 return 0;
}
#endif

int remap_io_sg(struct vm_area_struct *vma,
  unsigned long addr, unsigned long size,
  struct scatterlist *sgl, unsigned long offset,
  resource_size_t iobase);

#endif /* __I915_MM_H__ */

Messung V0.5
C=93 H=95 G=93

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© 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.