Searched refs:str1 (Results 1 – 10 of 10) sorted by relevance
/arch/arm64/lib/ |
D | copy_template.S | 67 str1 tmp1w, dst, #4 71 str1 tmp1, dst, #8 112 str1 tmp1, dst, #8 116 str1 tmp1w, dst, #4
|
D | memcpy.S | 47 .macro str1 reg, ptr, val macro
|
D | copy_to_user.S | 42 .macro str1 reg, ptr, val macro
|
D | copy_from_user.S | 43 .macro str1 reg, ptr, val macro
|
D | copy_in_user.S | 44 .macro str1 reg, ptr, val macro
|
/arch/x86/boot/ |
D | string.h | 19 extern int strcmp(const char *str1, const char *str2);
|
D | string.c | 48 int strcmp(const char *str1, const char *str2) in strcmp() argument 50 const unsigned char *s1 = (const unsigned char *)str1; in strcmp()
|
D | boot.h | 338 int strcmp(const char *str1, const char *str2);
|
/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 300 union spe_reg str1; in init_default_values() local 322 str1.val = 0x1010101010101010ull; in init_default_values() 355 out_be64(&pmd_regs->tm_str1.val, str1.val); in init_default_values()
|
/arch/arc/lib/ |
D | strcmp-archs.S | 21 ;; Detect NULL char in str1
|