Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/include/asm/sn/
Dbte.h100 #define BTE_LNSTAT_LOAD(_bte) \ argument
101 HUB_L(_bte->bte_base_addr)
102 #define BTE_LNSTAT_STORE(_bte, _x) \ argument
103 HUB_S(_bte->bte_base_addr, (_x))
104 #define BTE_SRC_STORE(_bte, _x) \ argument
109 HUB_S(_bte->bte_source_addr, __addr); \
111 #define BTE_DEST_STORE(_bte, _x) \ argument
116 HUB_S(_bte->bte_destination_addr, __addr); \
118 #define BTE_CTRL_STORE(_bte, _x) \ argument
119 HUB_S(_bte->bte_control_addr, (_x))
[all …]