Searched refs:PLD (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/arm/lib/
H A Dcopy_page.S14 #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 )
H A Dmemmove.S46 PLD( pld [r1, #-4] )
63 PLD( pld [r1, #-4] )
64 2: PLD( subs r2, r2, #96 )
65 PLD( pld [r1, #-32] )
66 PLD( blt 4f )
67 PLD( pld [r1, #-64] )
68 PLD( pld [r1, #-96] )
70 3: PLD( pld [r1, #-128] )
75 PLD( cmn r2, #96 )
76 PLD( bg
[all...]
H A Dcopy_template.S80 PLD( pld [r1, #0] )
97 PLD( pld [r1, #0] )
98 2: PLD( subs r2, r2, #96 )
99 PLD( pld [r1, #28] )
100 PLD( blt 4f )
101 PLD( pld [r1, #60] )
102 PLD( pld [r1, #92] )
104 3: PLD( pld [r1, #124] )
109 PLD( cmn r2, #96 )
110 PLD( bg
[all...]
/linux-master/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c126 #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);
/linux-master/tools/testing/selftests/powerpc/include/
H A Dinstructions.h122 #define PLD(t, a, r, d) PREFIX_8LS(0xe4000000, t, a, r, d) macro
/linux-master/arch/arm/include/asm/
H A Dassembler.h67 #define PLD(code...) code macro
69 #define PLD(code...) macro
/linux-master/arch/x86/events/intel/
H A Duncore_nhmex.c535 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 */
803 * for the PLD events.

Completed in 159 milliseconds