Searched refs:bte_result_t (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/ia64/include/asm/sn/ |
D | bte.h | 153 } bte_result_t; typedef 204 volatile bte_result_t bh_error; /* error while processing */ 213 extern bte_result_t bte_copy(u64, u64, u64, u64, void *); 214 extern bte_result_t bte_unaligned_copy(u64, u64, u64, u64);
|
/Linux-v4.19/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 | 175 bte_result_t bh_error; in bte_error_handler()
|
/Linux-v4.19/drivers/misc/sgi-xp/ |
D | xp_sn2.c | 108 bte_result_t ret; in xp_remote_memcpy_sn2()
|