Home
last modified time | relevance | path

Searched refs:topmost (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/firmware/
Dcoreboot.txt21 0xc0389481 that resides in the topmost 8 bytes of the area.
/linux-6.12.1/arch/x86/kernel/fpu/
Dxstate.c565 unsigned int topmost = fls64(xfeatures) - 1; in xstate_calculate_size() local
566 unsigned int offset = xstate_offsets[topmost]; in xstate_calculate_size()
568 if (topmost <= XFEATURE_SSE) in xstate_calculate_size()
572 offset = xfeature_get_offset(xfeatures, topmost); in xstate_calculate_size()
573 return offset + xstate_sizes[topmost]; in xstate_calculate_size()
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dpixfmt-intro.rst29 leftmost pixel of the topmost row. Following that is the pixel
/linux-6.12.1/Documentation/PCI/
Dsysfs-pci.rst30 The topmost element describes the PCI domain and bus number. In this case,
/linux-6.12.1/Documentation/trace/
Dstm.rst35 configfs. The topmost directory's name (the policy) is formatted as
/linux-6.12.1/Documentation/admin-guide/pm/
Dintel_pstate.rst605 `turbo range <turbo_>`_ is represented by one item in it (the topmost one). By
638 P-states overall, ``acpi-cpufreq`` simply avoids using the topmost state listed
/linux-6.12.1/kernel/bpf/
Dverifier.c1613 struct bpf_verifier_state *topmost = st->loop_entry, *old; in get_loop_entry() local
1615 while (topmost && topmost->loop_entry && topmost != topmost->loop_entry) in get_loop_entry()
1616 topmost = topmost->loop_entry; in get_loop_entry()
1620 while (st && st->loop_entry != topmost) { in get_loop_entry()
1622 st->loop_entry = topmost; in get_loop_entry()
1625 return topmost; in get_loop_entry()
/linux-6.12.1/Documentation/RCU/Design/Data-Structures/
DData-Structures.rst656 ``rcu_node`` structures for the topmost level of the tree is always
/linux-6.12.1/Documentation/virt/kvm/
Dapi.rst7306 to receive the topmost interrupt vector.