/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/ |
H A D | memory.json | 46 …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 D | u-boot.lds | 41 * 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 D | xdma-regs.h | 41 #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 D | socionext,synquacer-exiu.yaml | 14 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 D | efi.c | 44 * 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 D | framebuffer.c | 61 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 D | si476x-reports.h | 62 * @hassi: Low/High side Adjacent(100 kHz) Channel Strength Indicator 66 * @assi: Adjacent Channel(+/- 200kHz) Strength Indicator
|
/openbmc/qemu/util/ |
H A D | reserved-region.c | 54 /* 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 D | sparsebit.c | 553 /* 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 D | subscr.h | 57 * @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 D | atomisp-regs.h | 56 * 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 D | lmb.c | 145 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 D | cacheline.h | 11 * Some architectures have 'Adjacent Cacheline Prefetch' feature,
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | add_namespace.cocci | 18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | bitmap.c | 137 /* 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 D | map_fixed_noreplace.c | 177 * Adjacent to start of existing mapping: in main() 197 * Adjacent to end of existing mapping: in main()
|
/openbmc/linux/fs/btrfs/ |
H A D | locking.h | 34 * 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 D | ia_css_sc_param.h | 31 * vec_slice is used for 2 adjacent vectors of shading gains.
|
/openbmc/qemu/target/arm/tcg/ |
H A D | arm_ldst.h | 38 /* In big-endian (BE32) mode, adjacent Thumb instructions have been swapped in arm_lduw_code()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | rcar-fdp1.rst | 26 - The current field is scaled vertically by averaging adjacent lines to
|
H A D | si476x.rst | 143 0x18 lassi Signed Low side adjacent Channel 148 0x24 assi Adjacent channel SSI
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-vf610.yaml | 13 The Freescale PORT/GPIO modules are two adjacent modules providing GPIO
|
/openbmc/u-boot/cmd/ |
H A D | mem.c | 584 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 D | fiemap.rst | 98 FIEMAP_EXTENT_MERGED, adjacent extents will not be merged. 176 adjacent blocks into 'extents'.
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | CVE-2019-13232_p2.patch | 102 + * 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
|