Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/include/vm/memtype_impl.h
Real path: /usr/include/vm/memtype_impl.h
Zurück
/* * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. */ #ifndef _VM_MEMTYPE_IMPL_H #define _VM_MEMTYPE_IMPL_H #ifdef __cplusplus extern "C" { #endif #if (defined(_KERNEL) || defined(_KMEMUSER)) #include <sys/types.h> #include <vm/types.h> #include <sys/memtype.h> typedef struct { uint8_t mt_ntypes; /* must be <= KMT_COUNT */ uint8_t mt_nattrs; /* must be <= KMA_COUNT */ uint8_t mt_nrtypes; /* must be <= KRMT_COUNT */ uint8_t mt__pad1[5]; krmemtype_t mt_type2request[KMT_COUNT]; kmemtype_t mt_request2type[KRMT_COUNT]; kmemtype_t mt_device; /* memtype for device mem */ kmemtype_t mt_hlm; /* memtype for high-latency */ uint64_t mt__pad2[1]; const char *mt_typenames[KMT_COUNT]; uint64_t mt_attributes[KMT_COUNT][KMA_COUNT]; uint64_t mt__pad3[5]; } memtype_data_t; #endif /* _KERNEL || _KMEMUSER */ #ifdef __cplusplus } #endif #endif /* _VM_MEMTYPE_IMPL_H */