Searched refs:SZ_4 (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/tools/testing/memblock/tests/ |
D | alloc_exact_nid_api.c | 40 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()
|
D | alloc_nid_api.c | 1256 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-v6.6/tools/include/linux/ |
D | sizes.h | 12 #define SZ_4 0x00000004 macro
|
/Linux-v6.6/arch/mips/loongson32/common/ |
D | platform.c | 211 .end = LS1X_GPIO0_BASE + SZ_4 - 1, 226 .end = LS1X_GPIO1_BASE + SZ_4 - 1,
|
/Linux-v6.6/include/linux/ |
D | sizes.h | 12 #define SZ_4 0x00000004 macro
|
/Linux-v6.6/drivers/watchdog/ |
D | simatic-ipc-wdt.c | 201 res->end = res->start + SZ_4 - 1; in simatic_ipc_wdt_probe()
|
/Linux-v6.6/drivers/leds/blink/ |
D | leds-lgm-sso.c | 48 #define MAX_GROUP_NUM SZ_4 50 #define FPID_FREQ_RANK_MAX SZ_4
|
/Linux-v6.6/drivers/misc/eeprom/ |
D | idt_89hpesx.c | 954 if (csraddr > CSR_MAX || !IS_ALIGNED(csraddr, SZ_4)) { in idt_dbgfs_csr_write()
|
/Linux-v6.6/drivers/dma/lgm/ |
D | lgm-dma.c | 143 #define DMA_DFT_POLL_CNT SZ_4
|