Searched refs:PLD (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | copy_page.S | 14 #define COPY_COUNT (PAGE_SZ / (2 * L1_CACHE_BYTES) PLD( -1 )) 26 PLD( pld [r1, #0] ) 27 PLD( pld [r1, #L1_CACHE_BYTES] ) 30 1: PLD( pld [r1, #2 * L1_CACHE_BYTES]) 31 PLD( pld [r1, #3 * L1_CACHE_BYTES]) 41 PLD( ldmiaeq r1!, {r3, r4, ip, lr} ) 42 PLD( beq 2b )
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | copy_page.S | 14 #define COPY_COUNT (PAGE_SZ / (2 * L1_CACHE_BYTES) PLD( -1 )) 26 PLD( pld [r1, #0] ) 27 PLD( pld [r1, #L1_CACHE_BYTES] ) 30 1: PLD( pld [r1, #2 * L1_CACHE_BYTES]) 31 PLD( pld [r1, #3 * L1_CACHE_BYTES]) 41 PLD( ldmiaeq r1!, {r3, r4, ip, lr} ) 42 PLD( beq 2b )
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 135 #define STORE_MLS_PREFIX_TEST(op) TESTP(op, PLD, op, 31, 31) 138 #define STORE_8LS_PREFIX_TEST(op) TESTP(op, PLD, op, 31, 31) 501 LOAD_8LS_PREFIX_TEST(PLD); in test_alignment_handler_integer_prefix()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 126 #define STORE_MLS_PREFIX_TEST(op) TESTP(op, PLD, op, 31, 31) 129 #define STORE_8LS_PREFIX_TEST(op) TESTP(op, PLD, op, 31, 31) 492 LOAD_8LS_PREFIX_TEST(PLD); in test_alignment_handler_integer_prefix()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | assembler.h | 68 #define PLD(code...) code macro 70 #define PLD(code...) macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/ |
H A D | instructions.h | 122 #define PLD(t, a, r, d) PREFIX_8LS(0xe4000000, t, a, r, d) macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/ |
H A D | instructions.h | 122 #define PLD(t, a, r, d) PREFIX_8LS(0xe4000000, t, a, r, d) macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | assembler.h | 67 #define PLD(code...) code macro 69 #define PLD(code...) macro
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | uncore_nhmex.c | 535 MBOX_INC_SEL_EXTAR_REG(0xa, PLD), 536 MBOX_INC_SEL_EXTAR_REG(0xb, PLD), 788 /* always use the 32~63 bits to pass the PLD config */ in nhmex_mbox_hw_config() 803 * for the PLD events. in nhmex_mbox_hw_config()
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | uncore_nhmex.c | 535 MBOX_INC_SEL_EXTAR_REG(0xa, PLD), 536 MBOX_INC_SEL_EXTAR_REG(0xb, PLD), 788 /* always use the 32~63 bits to pass the PLD config */ in nhmex_mbox_hw_config() 803 * for the PLD events. in nhmex_mbox_hw_config()
|
Completed in 11 milliseconds