Searched refs:SAL_CALL (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/ia64/include/asm/ |
D | sal.h | 62 # define SAL_CALL(result,args...) \ macro 677 SAL_CALL(isrv, SAL_CACHE_INIT, 0, 0, 0, 0, 0, 0, 0); in ia64_sal_cache_init() 749 SAL_CALL(isrv, SAL_MC_SET_PARAMS, param_type, i_or_m, i_or_m_val, in ia64_sal_mc_set_params() 759 SAL_CALL(isrv, SAL_PCI_CONFIG_READ, pci_config_addr, size, type, 0, 0, 0, 0); in ia64_sal_pci_config_read() 770 SAL_CALL(isrv, SAL_PCI_CONFIG_WRITE, pci_config_addr, size, value, in ia64_sal_pci_config_write() 783 SAL_CALL(isrv, SAL_REGISTER_PHYSICAL_ADDR, phys_entry, phys_addr, in ia64_sal_register_physical_addr() 799 SAL_CALL(isrv, SAL_SET_VECTORS, vector_type, in ia64_sal_set_vectors() 812 SAL_CALL(isrv, SAL_UPDATE_PAL, param_buf, scratch_buf, scratch_buf_size, in ia64_sal_update_pal() 830 SAL_CALL(isrv, SAL_PHYSICAL_ID_INFO, 0, 0, 0, 0, 0, 0, 0); in ia64_sal_physical_id_info()
|
/linux-2.6.39/arch/ia64/kernel/ |
D | sal.c | 263 SAL_CALL(isrv, SAL_CACHE_FLUSH, cache_type, 0, 0, 0, 0, 0, 0); in check_sal_cache_flush() 301 SAL_CALL(isrv, SAL_CACHE_FLUSH, cache_type, 0, 0, 0, 0, 0, 0); in ia64_sal_cache_flush() 363 SAL_CALL(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in ia64_sal_oemcall() 400 SAL_CALL(isrv, SAL_FREQ_BASE, which, 0, 0, 0, 0, 0, 0); in ia64_sal_freq_base()
|
/linux-2.6.39/arch/ia64/include/asm/sn/ |
D | sn_sal.h | 188 SAL_CALL(ret_stuff, SN_SAL_GET_MASTER_NASID, 0, 0, 0, 0, 0, 0, 0); in ia64_sn_get_console_nasid() 210 SAL_CALL(ret_stuff, SN_SAL_GET_MASTER_BASEIO_NASID, 0, 0, 0, 0, 0, 0, 0); in ia64_sn_get_master_baseio_nasid() 228 SAL_CALL(ret_stuff, SN_SAL_GET_KLCONFIG_ADDR, (u64)nasid, 0, 0, 0, 0, 0, 0); in ia64_sn_get_klconfig_addr() 522 SAL_CALL(isrv, SN_SAL_PROBE, addr, size, 0, 0, 0, 0, 0); in ia64_sn_probe_mem() 601 SAL_CALL(ret_stuff, SN_SAL_SYSCTL_PARTITION_GET, nasid, in ia64_sn_sysctl_partition_get() 754 SAL_CALL(ret_stuff, SN_SAL_SYSTEM_POWER_DOWN, 0, 0, 0, 0, 0, 0, 0); in ia64_sn_power_down() 770 SAL_CALL(isrv, SN_SAL_SYSCTL_FRU_CAPTURE, 0, 0, 0, 0, 0, 0, 0); in ia64_sn_fru_capture()
|
/linux-2.6.39/arch/ia64/sn/pci/ |
D | pci_dma.c | 378 SAL_CALL(isrv, SN_SAL_IOIF_PCI_SAFE, in sn_pci_legacy_read() 424 SAL_CALL(isrv, SN_SAL_IOIF_PCI_SAFE, in sn_pci_legacy_write()
|