Searched refs:PAL_CALL (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/ia64/include/asm/ |
D | pal.h | 798 #define PAL_CALL(iprv,a0,a1,a2,a3) do { \ macro 911 PAL_CALL(iprv, PAL_CACHE_INFO, cache_level, cache_type, 0); in ia64_pal_cache_config_info() 929 PAL_CALL(iprv, PAL_CACHE_PROT_INFO, cache_level, cache_type, 0); in ia64_pal_cache_prot_info() 951 PAL_CALL(iprv, PAL_CACHE_FLUSH, cache_type, invalidate, *progress); in ia64_pal_cache_flush() 964 PAL_CALL(iprv, PAL_CACHE_INIT, level, cache_type, rest); in ia64_pal_cache_init() 976 PAL_CALL(iprv, PAL_CACHE_LINE_INIT, physical_addr, data_value, 0); in ia64_pal_cache_line_init() 996 PAL_CALL(iprv, PAL_CACHE_SUMMARY, 0, 0, 0); in ia64_pal_cache_summary() 1021 PAL_CALL(iprv, PAL_COPY_INFO, copy_type, num_procs, num_iopics); in ia64_pal_copy_info() 1034 PAL_CALL(iprv, PAL_COPY_PAL, target_addr, alloc_size, processor); in ia64_pal_copy_pal() 1045 PAL_CALL(iprv, PAL_DEBUG_INFO, 0, 0, 0); in ia64_pal_debug_info() [all …]
|
/linux-2.6.39/arch/ia64/kvm/ |
D | kvm_fw.c | 169 PAL_CALL(result, PAL_CACHE_SUMMARY, 0, 0, 0); in pal_cache_summary() 178 PAL_CALL(result, PAL_FREQ_BASE, 0, 0, 0); in pal_freq_base() 218 PAL_CALL(result, PAL_FREQ_RATIOS, 0, 0, 0); in pal_freq_ratios() 292 PAL_CALL(result, PAL_VM_SUMMARY, 0, 0, 0); in pal_vm_summary()
|