Searched refs:bte_result_t (Results 1 – 3 of 3) sorted by relevance
/arch/ia64/include/asm/sn/ |
D | bte.h | 151 } bte_result_t; typedef 202 volatile bte_result_t bh_error; /* error while processing */ 211 extern bte_result_t bte_copy(u64, u64, u64, u64, void *); 212 extern bte_result_t bte_unaligned_copy(u64, u64, u64, u64);
|
/arch/ia64/sn/kernel/ |
D | bte.c | 80 bte_result_t bte_copy(u64 src, u64 dest, u64 len, u64 mode, void *notification) in bte_copy() 86 bte_result_t bte_status; in bte_copy() 262 bte_result_t bte_unaligned_copy(u64 src, u64 dest, u64 len, u64 mode) in bte_unaligned_copy() 274 bte_result_t rv; in bte_unaligned_copy()
|
D | bte_error.c | 180 bte_result_t bh_error; in bte_error_handler()
|