Searched refs:level (Results 26 - 50 of 80) sorted by relevance

1234

/fuchsia/zircon/kernel/arch/x86/
H A Dmmu.cpp37 /* top level kernel page tables, initialized in start.S */
42 /* top level pdp needed to map the -512GB..0 space */
48 /* which of the above variables is the top level page table */
60 /* kernel base top level page table in physical space */
220 bool X86PageTableMmu::supports_page_size(PageTableLevel level) { argument
221 DEBUG_ASSERT(level != PT_L);
222 switch (level) {
238 X86PageTableBase::PtFlags X86PageTableMmu::terminal_flags(PageTableLevel level, argument
255 if (level > 0) {
290 X86PageTableBase::PtFlags X86PageTableMmu::split_flags(PageTableLevel level, argument
313 pt_flags_to_mmu_flags(PtFlags flags, PageTableLevel level) argument
376 supports_page_size(PageTableLevel level) argument
394 terminal_flags(PageTableLevel level, uint flags) argument
426 split_flags(PageTableLevel level, X86PageTableBase::PtFlags flags) argument
439 pt_flags_to_mmu_flags(PtFlags flags, PageTableLevel level) argument
[all...]
H A Dcpu_topology.cpp69 for (uint8_t level = 0; x86_topology_enumerate(level, &info); ++level) {
149 // Get the maximum number of addressable IDs at the sub-package level.
/fuchsia/zircon/kernel/include/
H A Ddebug.h79 #define dprintf(level, x...) do { if ((level) <= LK_DEBUGLEVEL) { printf(x); } } while (0)
/fuchsia/zircon/system/ulib/digest/
H A Dmerkle-tree.cpp23 // node-aligned length in one level of the Merkle tree, |L / kDigestsPerNode| is
24 // the corresponding digest-aligned length in the next level up.
31 // digest = Hash((offset | level) + length + node_data + padding)
34 // * level is the height of the node in the tree (data nodes have level == 0).
81 // Helper function to transform a length in the current level to a length in the
82 // next level up.
91 // Helper function to transform a length in the current level to a node-aligned
92 // length in the next level up.
127 // Data fits in a single node, making this the top level o
249 uint64_t level = 0; local
273 VerifyRoot(const void* data, size_t root_len, uint64_t level, const Digest& expected) argument
291 VerifyLevel(const void* data, size_t data_len, const void* tree, size_t offset, size_t length, uint64_t level) argument
[all...]
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-control-interface.cpp188 uint32_t level) {
208 auto ret = AudioPath::Create(level + 1);
210 ret->AddUnit(level, current.CopyPointer());
237 auto path = TracePath(out_term, next, level + 1);
239 path->AddUnit(level, current.CopyPointer());
186 TracePath(const OutputTerminal& out_term, const UnitMap::iterator& current, uint32_t level) argument
H A Dusb-audio-control-interface.h57 uint32_t level = 0);
65 // memory which backs these descriptors is kept alive by the top level
/fuchsia/zircon/system/ulib/digest/include/digest/
H A Dmerkle-tree.h95 // Checks the integrity of the top level of a Merkle tree. It checks
99 uint64_t level, const Digest& root);
101 // Checks the integrity of portion of a Merkle tree level given by the
102 // offset and length. It checks integrity using next level up of the given
108 size_t length, uint64_t level);
116 // chain of Tree objects, one for each level of the tree.
123 // level up is given by |next_|.
131 // level.
135 // this level, as set in |CreateInit|.
/fuchsia/zircon/third_party/lib/jitterentropy/
H A Drules.mk14 # level -O0.
/fuchsia/zircon/system/ulib/fdio/include/lib/fdio/
H A Dsocket.h54 int32_t level; member in struct:zxrio_sockopt_req_reply
/fuchsia/zircon/system/ulib/inspector/include/inspector/
H A Dinspector.h32 // Set internal verbosity level, for debugging inspector itself.
33 extern void inspector_set_verbosity(int level);
/fuchsia/zircon/system/ulib/fdio/
H A Dbsdsocket.c32 static zx_status_t fdio_getsockopt(fdio_t* io, int level, int optname,
474 static zx_status_t fdio_getsockopt(fdio_t* io, int level, int optname, argument
481 req_reply.level = level;
498 int getsockopt(int fd, int level, int optname, void* restrict optval, argument
506 if (level == SOL_SOCKET && optname == SO_ERROR) {
523 r = fdio_getsockopt(io, level, optname, optval, optlen);
531 int setsockopt(int fd, int level, int optname, const void* optval, argument
539 req.level = level;
[all...]
H A Dprivate.h231 // Enable low level debug chatter, which requires a kernel that
234 // The value is the default debug level (0 = none)
240 void fdio_lldebug_printf(unsigned level, const char* fmt, ...);
241 #define LOG(level, fmt...) fdio_lldebug_printf(level, fmt)
243 #define LOG(level, fmt...) do {} while (0)
246 void fdio_set_debug_level(unsigned level);
/fuchsia/zircon/kernel/dev/pcie/
H A Dpcie_bus_driver.cpp54 ForeachDevice([](const fbl::RefPtr<PcieDevice>& dev, void* ctx, uint level) -> bool {
165 ForeachDevice([](const fbl::RefPtr<PcieDevice>& dev, void* ctx, uint level) -> bool {
199 [](const fbl::RefPtr<PcieDevice>& dev, void* ctx, uint level) -> bool {
273 [](const fbl::RefPtr<PcieDevice>& dev, void* ctx, uint level) -> bool {
366 uint level,
378 keep_going = cbk(dev, ctx, level);
382 if (keep_going && (level < 256)) {
391 keep_going = ForeachDownstreamDevice(downstream_bridge, level + 1, cbk, ctx);
656 [](const fbl::RefPtr<PcieDevice>& dev, void* ctx, uint level) -> bool {
/fuchsia/zircon/kernel/lib/crypto/
H A Dglobal_prng.cpp115 static void EarlyBootSeed(uint level) { argument
120 // ordering (at level LK_INIT_LEVEL_TARGET_EARLY, but before the rest of
166 static void BecomeThreadSafe(uint level) { argument
/fuchsia/zircon/third_party/ulib/musl/stubs/
H A Dsocketstubs.c101 static int stub_getsockopt(int fd, int level, int optname, void* restrict optval, socklen_t* restrict optlen) { argument
107 static int stub_setsockopt(int fd, int level, int optname, const void* optval, socklen_t optlen) { argument
/fuchsia/zircon/kernel/lib/version/
H A Dversion.cpp68 static void init_build_id(uint level) { argument
105 // print the version string if any level of debug is set
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Dlibunwind_i.h203 # define Debug(level,format...) \
205 if (unwi_debug_level >= level) \
207 int _n = level; \
216 # define Debug(level,format...)
/fuchsia/zircon/kernel/lib/crypto/entropy/
H A Dquality_test.cpp41 static void SetupEntropyVmo(uint level) { argument
/fuchsia/zircon/kernel/platform/pc/
H A Dplatform_pcie.cpp64 static void x86_pcie_init_hook(uint level) { argument
/fuchsia/zircon/system/ulib/unittest/include/unittest/
H A Dunittest.h143 * verbosity of any level is enabled.
154 * depends on the verbosity level.
157 #define unittest_level_printf(level, format, ...) \
159 if (utest_verbosity_level >= (level)) \
176 * Function to set the verbosity level. This affects
196 #define UNITTEST_TRACEF(level, str, x...) \
198 if (utest_verbosity_level >= (level)) { \
/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4frame.c496 typedef int (*compressFunc_t)(void* ctx, const char* src, char* dst, int srcSize, int dstSize, int level);
498 static size_t LZ4F_compressBlock(void* dst, const void* src, size_t srcSize, compressFunc_t compress, void* lz4ctx, int level) argument
503 cSize = (U32)compress(lz4ctx, (const char*)src, (char*)(cSizePtr+4), (int)(srcSize), (int)(srcSize-1), level);
515 static int LZ4F_localLZ4_compress_limitedOutput_withState(void* ctx, const char* src, char* dst, int srcSize, int dstSize, int level) argument
517 (void) level;
521 static int LZ4F_localLZ4_compress_limitedOutput_continue(void* ctx, const char* src, char* dst, int srcSize, int dstSize, int level) argument
523 (void) level;
527 static int LZ4F_localLZ4_compressHC_limitedOutput_continue(void* ctx, const char* src, char* dst, int srcSize, int dstSize, int level) argument
529 (void) level;
533 static compressFunc_t LZ4F_selectCompression(LZ4F_blockMode_t blockMode, int level) argument
[all...]
/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpcie_bus_driver.h195 void* ctx, uint level);
232 uint level,
/fuchsia/zircon/system/ulib/inspector/
H A Dutils.cpp23 void inspector_set_verbosity(int level) { argument
24 verbosity_level = level;
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvmexit.cpp818 static zx_paddr_t page_addr(zx_paddr_t pt_addr, size_t level, zx_vaddr_t guest_vaddr) { argument
821 if (level == 1) {
823 } else if (level == 2) {
840 for (size_t level = 0; level <= X86_PAGING_LEVELS; level++) {
841 zx_status_t status = gpas->GetPage(page_addr(pt_addr, level - 1, guest_vaddr), &pa);
844 if (level == X86_PAGING_LEVELS || IS_LARGE_PAGE(pt_addr))
847 pt_addr = pt[indices[level]];
/fuchsia/zircon/system/dev/thermal/aml-thermal-s912/
H A Daml-thermal.c28 static void aml_set_fan_level(aml_thermal_t* dev, uint32_t level) { argument
29 switch (level) {
49 dev->current_fan_level = level;

Completed in 93 milliseconds

1234