Searched refs:topmost (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/arch/x86/kernel/fpu/ |
H A D | xstate.c | 562 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 D | coreboot.txt | 21 0xc0389481 that resides in the topmost 8 bytes of the area.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-intro.rst | 29 leftmost pixel of the topmost row. Following that is the pixel
|
/openbmc/linux/Documentation/PCI/ |
H A D | sysfs-pci.rst | 30 The topmost element describes the PCI domain and bus number. In this case,
|
/openbmc/linux/Documentation/trace/ |
H A D | stm.rst | 35 configfs. The topmost directory's name (the policy) is formatted as
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 271.out | 744 # 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 D | intel_pstate.rst | 605 `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 D | verifier.c | 1954 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 D | block-core.json | 1312 # @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 D | qom.json | 480 # @y-origin: y coordinate of the topmost pixel on the guest screen
|
/openbmc/u-boot/common/ |
H A D | dlmalloc.src | 1446 #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 D | qemu-img.rst | 578 of *FILENAME*, together with the topmost file that allocates it in
|
/openbmc/linux/Documentation/RCU/Design/Data-Structures/ |
H A D | Data-Structures.rst | 656 ``rcu_node`` structures for the topmost level of the tree is always
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfs.rst | 1431 With NULL inode the topmost real underlying dentry is returned.
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 6899 to receive the topmost interrupt vector.
|