Go to the documentation of this file.
25 #define GRU_CACHE_LINE_BYTES 64
26 #define GRU_HANDLE_STRIDE 256
28 #define GRU_DS_BASE 0x20000
33 #if defined(CONFIG_IA64)
34 #define GRU_GSEG_PAGESIZE (256 * 1024UL)
35 #elif defined(CONFIG_X86_64)
36 #define GRU_GSEG_PAGESIZE (256 * 1024UL)
38 #error "Unsupported architecture"
69 #define GRU_OPT_MISS_DEFAULT 0x0000
70 #define GRU_OPT_MISS_USER_POLL 0x0001
71 #define GRU_OPT_MISS_FMM_INTR 0x0002
73 #define GRU_OPT_MISS_FMM_POLL 0x0003
74 #define GRU_OPT_MISS_MASK 0x0003