Home
last modified time | relevance | path

Searched refs:_bte (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/ia64/include/asm/sn/
Dbte.h98 #define BTE_LNSTAT_LOAD(_bte) \ argument
99 HUB_L(_bte->bte_base_addr)
100 #define BTE_LNSTAT_STORE(_bte, _x) \ argument
101 HUB_S(_bte->bte_base_addr, (_x))
102 #define BTE_SRC_STORE(_bte, _x) \ argument
107 HUB_S(_bte->bte_source_addr, __addr); \
109 #define BTE_DEST_STORE(_bte, _x) \ argument
114 HUB_S(_bte->bte_destination_addr, __addr); \
116 #define BTE_CTRL_STORE(_bte, _x) \ argument
117 HUB_S(_bte->bte_control_addr, (_x))
[all …]