Home
last modified time | relevance | path

Searched refs:SZ_4 (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/tools/testing/memblock/tests/
H A Dalloc_exact_nid_api.c40 ASSERT_LE(SZ_4, req_node->size); in alloc_exact_nid_top_down_numa_simple_check()
41 size = req_node->size / SZ_4; in alloc_exact_nid_top_down_numa_simple_check()
96 size = r1.size / SZ_4; in alloc_exact_nid_top_down_numa_part_reserved_check()
309 ASSERT_LE(SZ_4, req_node->size); in alloc_exact_nid_bottom_up_numa_simple_check()
310 size = req_node->size / SZ_4; in alloc_exact_nid_bottom_up_numa_simple_check()
366 size = r1.size / SZ_4; in alloc_exact_nid_bottom_up_numa_part_reserved_check()
674 ASSERT_LE(SZ_4, req_node->size); in alloc_exact_nid_numa_part_reserved_fail_generic_check()
H A Dalloc_nid_api.c1256 ASSERT_LE(SZ_4, req_node->size); in alloc_nid_top_down_numa_simple_check()
1257 size = req_node->size / SZ_4; in alloc_nid_top_down_numa_simple_check()
1417 size = r1.size / SZ_4; in alloc_nid_top_down_numa_part_reserved_check()
1474 ASSERT_LE(SZ_4, req_node->size); in alloc_nid_top_down_numa_part_reserved_fallback_check()
1800 ASSERT_LE(SZ_4, req_node->size); in alloc_nid_bottom_up_numa_simple_check()
1801 size = req_node->size / SZ_4; in alloc_nid_bottom_up_numa_simple_check()
1963 size = r1.size / SZ_4; in alloc_nid_bottom_up_numa_part_reserved_check()
2021 ASSERT_LE(SZ_4, req_node->size); in alloc_nid_bottom_up_numa_part_reserved_fallback_check()
/linux-6.15/tools/include/linux/
H A Dsizes.h12 #define SZ_4 0x00000004 macro
/linux-6.15/arch/mips/loongson32/common/
H A Dplatform.c209 .end = LS1X_GPIO0_BASE + SZ_4 - 1,
224 .end = LS1X_GPIO1_BASE + SZ_4 - 1,
/linux-6.15/include/linux/
H A Dsizes.h12 #define SZ_4 0x00000004 macro
/linux-6.15/drivers/watchdog/
H A Dsimatic-ipc-wdt.c201 res->end = res->start + SZ_4 - 1; in simatic_ipc_wdt_probe()
/linux-6.15/drivers/gpu/drm/ast/
H A Dast_cursor.c61 src += SZ_4; in ast_cursor_calculate_checksum()
/linux-6.15/drivers/leds/blink/
H A Dleds-lgm-sso.c48 #define MAX_GROUP_NUM SZ_4
50 #define FPID_FREQ_RANK_MAX SZ_4
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v12_0.c541 alignment = (unsigned int)(max_tex_channel_caches / SZ_4); in gmc_v12_0_get_dcc_alignment()
/linux-6.15/drivers/misc/eeprom/
H A Didt_89hpesx.c949 if (csraddr > CSR_MAX || !IS_ALIGNED(csraddr, SZ_4)) { in idt_dbgfs_csr_write()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c175 BUILD_BUG_ON(!IS_ALIGNED(CTB_H2G_BUFFER_SIZE, SZ_4)); in xe_guc_ct_queue_proc_time_jiffies()
/linux-6.15/drivers/dma/lgm/
H A Dlgm-dma.c143 #define DMA_DFT_POLL_CNT SZ_4
/linux-6.15/drivers/soc/qcom/
H A Dllcc-qcom.c51 #define LLCC_TRP_ATTR2_CFGn(n) (0x21100 + SZ_4 * n)