Home
last modified time | relevance | path

Searched refs:strd (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm/mm/
H A Dpv-fixup-asm.S36 strd r4, r5, [r7], #1 << L2_ORDER
47 strd r4, r5, [r7], #1 << L2_ORDER
51 strd r4, r5, [r7]
59 strd r4, r5, [r7], #1 << L1_ORDER
H A Dproc-v7-3level.S85 1: strd r2, r3, [r0]
/linux/lib/crypto/arm/
H A Dblake2s-core.S38 strd \a, \b, [\dst, #\offset]
H A Dchacha-scalar-core.S64 strd \a, \b, [\dst, #\offset]
/linux/arch/mips/include/uapi/asm/
H A Dinst.h803 __BITFIELD_FIELD(unsigned int strd : 2,
/linux/tools/perf/
H A Dbuiltin-trace.c5176 char *strd, *sep = NULL, *lists[2] = { NULL, NULL, }; in trace__parse_events_option() local
5185 s = strd = strdup(str); in trace__parse_events_option()
5186 if (strd == NULL) in trace__parse_events_option()
5263 free(strd); in trace__parse_events_option()