Home
last modified time | relevance | path

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

/linux-6.15/Documentation/devicetree/bindings/firmware/
H A Dcoreboot.txt21 0xc0389481 that resides in the topmost 8 bytes of the area.
/linux-6.15/arch/x86/kernel/fpu/
H A Dxstate.c554 unsigned int topmost = fls64(xfeatures) - 1; in xstate_calculate_size() local
555 unsigned int offset = xstate_offsets[topmost]; in xstate_calculate_size()
557 if (topmost <= XFEATURE_SSE) in xstate_calculate_size()
561 offset = xfeature_get_offset(xfeatures, topmost); in xstate_calculate_size()
562 return offset + xstate_sizes[topmost]; in xstate_calculate_size()
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dpixfmt-intro.rst29 leftmost pixel of the topmost row. Following that is the pixel
/linux-6.15/Documentation/PCI/
H A Dsysfs-pci.rst30 The topmost element describes the PCI domain and bus number. In this case,
/linux-6.15/Documentation/trace/
H A Dstm.rst35 configfs. The topmost directory's name (the policy) is formatted as
/linux-6.15/Documentation/admin-guide/pm/
H A 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.15/kernel/bpf/
H A Dverifier.c1922 struct bpf_verifier_state *topmost = st->loop_entry; in get_loop_entry() local
1925 while (topmost && topmost->loop_entry) { in get_loop_entry()
1931 topmost = topmost->loop_entry; in get_loop_entry()
1933 return topmost; in get_loop_entry()
/linux-6.15/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst656 ``rcu_node`` structures for the topmost level of the tree is always
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst7332 to receive the topmost interrupt vector.