Searched refs:leaf (Results 51 - 75 of 82) sorted by relevance

1234

/freebsd-current/sys/arm64/iommu/
H A Dsmmu.c488 if (entry->tlbi.leaf) {
509 cmd[1] |= ((uint64_t)entry->cfgi.leaf << CFGI_1_LEAF_S);
612 smmu_sync_cd(struct smmu_softc *sc, int sid, int ssid, bool leaf) argument
619 cmd.cfgi.leaf = leaf;
668 cmd.tlbi.leaf = true; /* We change only L3. */
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-fetch.c201 packet.payload.mode.leaf = pt_mol_exec;
214 packet.payload.mode.leaf = pt_mol_tsx;
/freebsd-current/sys/dev/xen/blkback/
H A Dblkback.c3076 const char *leaf; local
3089 leaf = "sectors";
3090 error = xs_printf(xst, our_path, leaf,
3096 leaf = "info";
3097 error = xs_printf(xst, our_path, leaf, "%u",
3103 leaf = "sector-size";
3104 error = xs_printf(xst, our_path, leaf, "%u",
3119 our_path, leaf);
/freebsd-current/contrib/atf/atf-c/detail/
H A Dfs_test.c292 const char *leaf; member in struct:test
308 printf("Expected output: %s\n", t->leaf);
313 ATF_REQUIRE(atf_equal_dynstr_cstring(&ln, t->leaf));
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_encoder.c375 switch (packet->payload.mode.leaf) {
814 packet.payload.mode.leaf = pt_mol_exec;
826 packet.payload.mode.leaf = pt_mol_tsx;
H A Dpt_query_decoder.c2082 switch (packet.payload.mode.leaf) {
3020 switch (packet.leaf) {
3055 switch (packet.leaf) {
/freebsd-current/sbin/routed/
H A Dradix.c89 * a key satisfies a normal route, and also in remembering the unique leaf
175 struct radix_node *leaf,
178 char *cp = trial, *cp2 = leaf->rn_key, *cp3 = leaf->rn_mask;
221 * match and the leaf we have is the most specific one anyway;
270 * we may match if the leaf we wound up at is
824 /* Find the next *leaf* since next node might vanish, too */
174 rn_satisfies_leaf(char *trial, struct radix_node *leaf, int skip) argument
/freebsd-current/contrib/dialog/
H A Ddialog.c1492 const char *leaf = strrchr(program, '/'); local
1495 if (leaf != 0)
1496 leaf++;
1498 leaf = program;
1501 fprintf(dialog_state.output, *list, n ? leaf : dialog_version());
H A Dinputstr.c107 if (which == postorder || which == leaf) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S329 retl ! leaf-routine return
H A Dmodsi3.S329 retl ! leaf-routine return
/freebsd-current/sys/dev/irdma/
H A Dirdma_verbs.c1688 struct irdma_pble_info *leaf = lvl2->leaf; local
1701 start_addr = leaf->addr;
1703 for (i = 0; i < lvl2->leaf_cnt; i++, leaf++) {
1704 arr = leaf->addr;
1707 ret = irdma_check_mem_contiguous(arr, leaf->cnt, pg_size);
1741 palloc->level2.leaf;
1896 palloc->level2.leaf + (iwmr->npages >> PBLE_512_SHIFT);
/freebsd-current/share/mk/
H A Dsys.dirdeps.mk200 # we need defaults for both first include in a leaf dir
/freebsd-current/contrib/bmake/mk/
H A Dsys.dirdeps.mk200 # we need defaults for both first include in a leaf dir
/freebsd-current/contrib/ncurses/progs/
H A Dtic.c609 unsigned leaf = _nc_pathlast(result); local
612 if (leaf) {
613 char save = result[leaf];
614 result[leaf] = 0;
618 result[leaf] = save;
/freebsd-current/sys/fs/ext2fs/
H A Dext2_extents.c418 /* leaf entries */
1005 /* Fix old leaf. */
1105 /* Move top-level index/leaf into new block. */
1214 /* We will correct tree if first leaf got modified only. */
1264 /* Try next leaf */
1289 * There is no free space in the found leaf,
1290 * try to add a new leaf to the tree.
1302 /* Create new extent in the leaf. */
1465 /* Try to insert new extent into found leaf and return. */
1533 e4fs_daddr_t leaf; local
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dztest.c3688 uint64_t leaf, top; local
3726 * RAIDZ leaf VDEV mirrors are not currently supported while a
3745 * Pick a random leaf within it.
3747 leaf = ztest_random(leaves);
3758 oldvd = oldvd->vdev_child[leaf / raidz_children];
3767 oldvd = oldvd->vdev_child[leaf % raidz_children];
3826 top * leaves + leaf);
4089 * Get next attached leaf id
4308 * leaf vdev we encounter.
4383 * Determine the size of the first leaf vde
6381 uint64_t top, leaf; local
[all...]
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c164 if (which == preorder || which == leaf) {
/freebsd-current/contrib/processor-trace/libipt/include/
H A Dintel-pt.h673 /** Mode leaf. */
674 enum pt_mode_leaf leaf; member in struct:pt_packet_mode
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp2173 // Check if cpuid leaf 4 is supported.
2503 * CPUID.B or 1F, Input ECX (sub leaf # aka level number)
2549 // This function takes the topology leaf, a levels array to store the levels
2553 __kmp_x2apicid_get_levels(int leaf,
2569 __kmp_x86_cpuid(leaf, level, &buf);
2641 // Get the highest cpuid leaf supported
2645 // If a specific topology method was requested, only allow that specific leaf
2663 // Check to see if cpuid leaf 31 or 11 is supported.
2667 int leaf = leaves[i];
2668 if (highest_leaf < leaf)
[all...]
/freebsd-current/sys/kern/
H A Dkern_sysctl.c404 sysctl_warn_reuse(const char *func, struct sysctl_oid *leaf) argument
414 sbuf_printf(&sb, "%s: can't re-use a leaf (", __func__);
416 rc = sysctl_search_oid(nodes, leaf);
422 sbuf_cat(&sb, leaf->oid_name);
547 * Mark the leaf as dormant if it's not to be immediately enabled.
1280 /* If node does not have an iterator, treat it as leaf */
1316 /* If node does not have an iterator, treat it as leaf */
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dtest_cms.in431 --embed-leaf-only \
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1784 // This means that command only had a leaf command, so the container is
2074 const char *leaf = command.GetArgumentAtIndex(num_args - 1); variable
2076 container->RemoveUserSubcommand(leaf, /* multiword okay */ true);
/freebsd-current/crypto/openssl/crypto/
H A Dsparccpuid.S153 be 1f ! could have been a leaf function...
/freebsd-current/sys/conf/
H A Dkmod.mk164 CFLAGS+= -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer

Completed in 263 milliseconds

1234