Searched refs:PAL_CALL (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/ia64/include/asm/ |
D | pal.h | 800 #define PAL_CALL(iprv,a0,a1,a2,a3) do { \ macro 913 PAL_CALL(iprv, PAL_CACHE_INFO, cache_level, cache_type, 0); in ia64_pal_cache_config_info() 931 PAL_CALL(iprv, PAL_CACHE_PROT_INFO, cache_level, cache_type, 0); in ia64_pal_cache_prot_info() 953 PAL_CALL(iprv, PAL_CACHE_FLUSH, cache_type, invalidate, *progress); in ia64_pal_cache_flush() 966 PAL_CALL(iprv, PAL_CACHE_INIT, level, cache_type, rest); in ia64_pal_cache_init() 978 PAL_CALL(iprv, PAL_CACHE_LINE_INIT, physical_addr, data_value, 0); in ia64_pal_cache_line_init() 998 PAL_CALL(iprv, PAL_CACHE_SUMMARY, 0, 0, 0); in ia64_pal_cache_summary() 1023 PAL_CALL(iprv, PAL_COPY_INFO, copy_type, num_procs, num_iopics); in ia64_pal_copy_info() 1036 PAL_CALL(iprv, PAL_COPY_PAL, target_addr, alloc_size, processor); in ia64_pal_copy_pal() 1047 PAL_CALL(iprv, PAL_DEBUG_INFO, 0, 0, 0); in ia64_pal_debug_info() [all …]
|