#ifdefined(CONFIG_HAS_IOMEM) || defined(CONFIG_GENERIC_IOREMAP) /* * Ioremap often, but not always uses the generic vmalloc area. E.g on * Power ARCH, it could have different ioremap space.
*/ #ifndef IOREMAP_START #define IOREMAP_START VMALLOC_START #define IOREMAP_END VMALLOC_END #endif staticinlinebool is_ioremap_addr(constvoid *x)
{ unsignedlong addr = (unsignedlong)kasan_reset_tag(x);
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 ist noch experimentell.