Searched refs:new_content (Results 1 – 1 of 1) sorted by relevance
/linux/arch/riscv/include/asm/ |
H A D | alternative-macros.h | 135 * ALTERNATIVE(old_content, new_content, vendor_id, patch_id, CONFIG_k) 137 * asm(ALTERNATIVE(old_content, new_content, vendor_id, patch_id, CONFIG_k)); 140 * new_content: The new content. 146 #define ALTERNATIVE(old_content, new_content, vendor_id, patch_id, CONFIG_k) \ argument 147 _ALTERNATIVE_CFG(old_content, new_content, vendor_id, patch_id, CONFIG_k)
|