Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/fpu/
H A Dxstate.c562 unsigned int topmost = fls64(xfeatures) - 1; in xstate_calculate_size() local
563 unsigned int offset = xstate_offsets[topmost]; in xstate_calculate_size()
565 if (topmost <= XFEATURE_SSE) in xstate_calculate_size()
569 offset = xfeature_get_offset(xfeatures, topmost); in xstate_calculate_size()
570 return offset + xstate_sizes[topmost]; in xstate_calculate_size()
/openbmc/linux/Documentation/devicetree/bindings/firmware/
H A Dcoreboot.txt21 0xc0389481 that resides in the topmost 8 bytes of the area.
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-intro.rst29 leftmost pixel of the topmost row. Following that is the pixel
/openbmc/linux/Documentation/PCI/
H A Dsysfs-pci.rst30 The topmost element describes the PCI domain and bus number. In this case,
/openbmc/linux/Documentation/trace/
H A Dstm.rst35 configfs. The topmost directory's name (the policy) is formatted as
/openbmc/qemu/tests/qemu-iotests/
H A D271.out744 # rebase topmost image onto the new backing
786 # rebase topmost image onto the new backing, with compression
/openbmc/linux/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
/openbmc/linux/kernel/bpf/
H A Dverifier.c1954 struct bpf_verifier_state *topmost = st->loop_entry, *old; in get_loop_entry() local
1956 while (topmost && topmost->loop_entry && topmost != topmost->loop_entry) in get_loop_entry()
1957 topmost = topmost->loop_entry; in get_loop_entry()
1961 while (st && st->loop_entry != topmost) { in get_loop_entry()
1963 st->loop_entry = topmost; in get_loop_entry()
1966 return topmost; in get_loop_entry()
/openbmc/qemu/qapi/
H A Dblock-core.json1312 # @top: copies data in the topmost image to the destination
1576 # topmost image, from a dirty bitmap, or only new I/O).
1804 # which contains the topmost data to be committed down. If not
2179 # topmost image, or only new I/O).
2500 # topmost image, or only new I/O).
H A Dqom.json480 # @y-origin: y coordinate of the topmost pixel on the guest screen
/openbmc/u-boot/common/
H A Ddlmalloc.src1446 #define top (bin_at(0)->fd) /* The topmost chunk */
2352 topmost memory exceeds the trim threshold, malloc_trim is
/openbmc/qemu/docs/tools/
H A Dqemu-img.rst578 of *FILENAME*, together with the topmost file that allocates it in
/openbmc/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst656 ``rcu_node`` structures for the topmost level of the tree is always
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst1431 With NULL inode the topmost real underlying dentry is returned.
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst6899 to receive the topmost interrupt vector.