Home
last modified time | relevance | path

Searched full:adjacent (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/
H A Dmemory.json46 …TLB hits for coalesced pages. A coalesced page is a 16k page created from four adjacent 4k pages.",
70 …quested) for coalesced pages. A coalesced page is a 16k page created from four adjacent 4k pages.",
141 …quested) for coalesced pages. A coalesced page is a 16k page created from four adjacent 4k pages.",
153 …LB for 4k or coalesced pages. A coalesced page is a 16k page created from four adjacent 4k pages.",
/openbmc/u-boot/arch/nios2/cpu/
H A Du-boot.lds41 * adjacent to simplify the startup code -- and provide
76 * adjacent to sdata and can be referenced via gp. The normal
77 * bss follows. We keep it adjacent to simplify init code.
/openbmc/linux/drivers/dma/xilinx/
H A Dxdma-regs.h41 #define XDMA_DESC_CONTROL(adjacent, flag) \ argument
43 FIELD_PREP(XDMA_DESC_ADJACENT_BITS, (adjacent) - 1) | \
52 * extra adjacent number gives the amount of extra contiguous descriptors.
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dsocionext,synquacer-exiu.yaml14 that forwards a block of 32 configurable input lines to 32 adjacent
31 description: The SPI number of the first SPI of the 32 adjacent ones the
/openbmc/linux/arch/arm64/kernel/
H A Defi.c44 * with the permissions that are needed by the adjacent in create_mapping_protection()
87 * frame with an adjacent runtime memory region. Given that the page in efi_create_mapping()
89 * adjacent region gets mapped, we must avoid block mappings here so we in efi_create_mapping()
/openbmc/qemu/hw/display/
H A Dframebuffer.c61 int dest_row_pitch, /* Bytes between adjacent horizontal output pixels. */ in framebuffer_update_display()
62 int dest_col_pitch, /* Bytes between adjacent vertical output pixels. */ in framebuffer_update_display()
/openbmc/linux/include/linux/mfd/
H A Dsi476x-reports.h62 * @hassi: Low/High side Adjacent(100 kHz) Channel Strength Indicator
66 * @assi: Adjacent Channel(+/- 200kHz) Strength Indicator
/openbmc/qemu/util/
H A Dreserved-region.c54 /* adjacent on the left side, derives into 2 regions */ in resv_region_list_insert()
59 /* adjacent on the right side, derives into 2 regions */ in resv_region_list_insert()
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c553 /* Iteratively reduces the node pointed to by nodep and its adjacent
555 * all bits set adjacent to a previous node, will get combined into a
562 * and the adjacent nodes that are reduced are not discovered. It is the
582 * adjacent node that the bit settings could be merged into.
623 * both prev and next both check for an adjacent in node_reduce()
683 * adjacent index. in node_reduce()
696 * Is node adjacent to previous node and the node in node_reduce()
755 * Is next node index adjacent to current node in node_reduce()
1134 * If it is not adjacent to the first node, then there is a gap in sparsebit_first_clear()
1142 * Second node is adjacent to the first node. in sparsebit_first_clear()
[all …]
/openbmc/linux/net/tipc/
H A Dsubscr.h57 * @service_list: adjacent subscriptions in name sequence's subscription list
58 * @sub_list: adjacent subscriptions in subscriber's subscription list
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp-regs.h56 * Enables the combining of adjacent 32-byte read requests to the same
72 * Enables the combining of adjacent 32-byte write requests to the same
/openbmc/u-boot/lib/
H A Dlmb.c145 long adjacent, i; in lmb_add_region() local
163 adjacent = lmb_addrs_adjacent(base, size, rgnbase, rgnsize); in lmb_add_region()
164 if (adjacent > 0) { in lmb_add_region()
169 } else if (adjacent < 0) { in lmb_add_region()
/openbmc/linux/tools/perf/util/
H A Dcacheline.h11 * Some architectures have 'Adjacent Cacheline Prefetch' feature,
/openbmc/linux/scripts/coccinelle/misc/
H A Dadd_namespace.cocci18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
/openbmc/linux/fs/xfs/scrub/
H A Dbitmap.c137 /* Do we have a left-adjacent extent? */ in xbitmap_set()
141 /* Do we have a right-adjacent extent? */ in xbitmap_set()
146 /* combine left and right adjacent extent */ in xbitmap_set()
/openbmc/linux/tools/testing/selftests/mm/
H A Dmap_fixed_noreplace.c177 * Adjacent to start of existing mapping: in main()
197 * Adjacent to end of existing mapping: in main()
/openbmc/linux/fs/btrfs/
H A Dlocking.h34 * Oftentimes we need to lock adjacent nodes on the same level while
55 * the subsequent nodes in our path, keeping our locks on those adjacent
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/
H A Dia_css_sc_param.h31 * vec_slice is used for 2 adjacent vectors of shading gains.
/openbmc/qemu/target/arm/tcg/
H A Darm_ldst.h38 /* In big-endian (BE32) mode, adjacent Thumb instructions have been swapped in arm_lduw_code()
/openbmc/linux/Documentation/admin-guide/media/
H A Drcar-fdp1.rst26 - The current field is scaled vertically by averaging adjacent lines to
H A Dsi476x.rst143 0x18 lassi Signed Low side adjacent Channel
148 0x24 assi Adjacent channel SSI
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-vf610.yaml13 The Freescale PORT/GPIO modules are two adjacent modules providing GPIO
/openbmc/u-boot/cmd/
H A Dmem.c584 0x00000003, /* two adjacent bits */ in mem_test_alt()
585 0x00000007, /* three adjacent bits */ in mem_test_alt()
586 0x0000000F, /* four adjacent bits */ in mem_test_alt()
587 0x00000005, /* two non-adjacent bits */ in mem_test_alt()
588 0x00000015, /* three non-adjacent bits */ in mem_test_alt()
589 0x00000055, /* four non-adjacent bits */ in mem_test_alt()
/openbmc/linux/Documentation/filesystems/
H A Dfiemap.rst98 FIEMAP_EXTENT_MERGED, adjacent extents will not be merged.
176 adjacent blocks into 'extents'.
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p2.patch102 + * Keep the list sorted and merge adjacent spans. Grow the allocated space for
141 + /* The new span is adjacent only to the preceding span. Extend the end
145 + /* The new span is adjacent only to the following span. Extend the

12345678910>>...17