Searched refs:top_level (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/tools/patman/ |
H A D | project.py | 19 top_level = gitutil.GetTopLevel() 21 if os.path.exists(os.path.join(top_level, "include", "u-boot")): 23 elif os.path.exists(os.path.join(top_level, "kernel")):
|
H A D | checkpatch.py | 14 top_level = gitutil.GetTopLevel() 18 os.path.join(top_level, 'tools'), 19 os.path.join(top_level, 'scripts'),
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_mmu.c | 182 int top_level, level; in walk_gpt() local 188 top_level = gpt_top_level(cpu, pae); in walk_gpt() 190 pt->pte[top_level] = pae ? (cr3 & PAE_CR3_MASK) : (cr3 & LEGACY_CR3_MASK); in walk_gpt() 196 for (level = top_level; level > 0; level--) { in walk_gpt()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | cpumap.c | 300 int top_level, level; in increment_rover() local 302 top_level = t->nodes[root_index].level; in increment_rover() 303 for (level = node->level; level >= top_level; level--) { in increment_rover() 310 if ((level == top_level) || in increment_rover()
|
/openbmc/linux/arch/x86/kvm/mmu/ |
H A D | paging_tmpl.h | 633 int top_level, ret; in FNAME() local 639 top_level = vcpu->arch.mmu->cpu_role.base.level; in FNAME() 640 if (top_level == PT32E_ROOT_LEVEL) in FNAME() 641 top_level = PT32_ROOT_LEVEL; in FNAME() 648 if (FNAME(gpte_changed)(vcpu, gw, top_level)) in FNAME()
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_guts.c | 808 int level = file_struct->top_level; in yaffs_find_tnode_0() 826 if (required_depth > file_struct->top_level) in yaffs_find_tnode_0() 866 if (file_struct->top_level < 0 || in yaffs_add_find_tnode_0() 867 file_struct->top_level > YAFFS_TNODES_MAX_LEVEL) in yaffs_add_find_tnode_0() 882 if (required_depth > file_struct->top_level) { in yaffs_add_find_tnode_0() 884 for (i = file_struct->top_level; i < required_depth; i++) { in yaffs_add_find_tnode_0() 891 file_struct->top_level++; in yaffs_add_find_tnode_0() 902 l = file_struct->top_level; in yaffs_add_find_tnode_0() 1687 file_variant.top_level, 0); in yaffs_soft_del_file() 1758 if (file_struct->top_level < 1) in yaffs_prune_tree() [all …]
|
H A D | yaffs_guts.h | 373 int top_level; member
|
H A D | yaffs_yaffs2.c | 492 top_level, 0); in yaffs2_wr_checkpt_tnodes()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | btf_dump.c | 1602 bool top_level) in btf_dump_emit_type_cast() argument 1620 if (top_level) in btf_dump_emit_type_cast() 1629 if (top_level) in btf_dump_emit_type_cast()
|
/openbmc/linux/kernel/trace/ |
H A D | trace.c | 9154 bool top_level = tr == &global_trace; in create_trace_options_dir() local 9162 if (top_level || in create_trace_options_dir()
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 7491 …oot 10 ./usr/lib/python3.8/site-packages/btrfsutil-1.2.0-py3.8.egg-info/top_level.txt 7637 … 9 ./usr/lib/python3.8/site-packages/python_dbusmock-0.19-py3.8.egg-info/top_level.txt
|
H A D | buildhistory_filelist1.txt | 7489 …oot 10 ./usr/lib/python3.8/site-packages/btrfsutil-1.1.1-py3.8.egg-info/top_level.txt 7635 … 9 ./usr/lib/python3.8/site-packages/python_dbusmock-0.19-py3.8.egg-info/top_level.txt
|