Lines Matching defs:base
88 static inline void *get_gseg_base_address(void *base, int ctxnum)
90 return (void *)(base + GRU_GSEG0_BASE + GRU_GSEG_STRIDE * ctxnum);
93 static inline void *get_gseg_base_address_cb(void *base, int ctxnum, int line)
95 return (void *)(get_gseg_base_address(base, ctxnum) +
99 static inline void *get_gseg_base_address_ds(void *base, int ctxnum, int line)
101 return (void *)(get_gseg_base_address(base, ctxnum) + GRU_DS_BASE +
105 static inline struct gru_tlb_fault_map *get_tfm(void *base, int ctxnum)
107 return (struct gru_tlb_fault_map *)(base + GRU_TFM_BASE +
111 static inline struct gru_tlb_global_handle *get_tgh(void *base, int ctxnum)
113 return (struct gru_tlb_global_handle *)(base + GRU_TGH_BASE +
117 static inline struct gru_control_block_extended *get_cbe(void *base, int ctxnum)
119 return (struct gru_control_block_extended *)(base + GRU_CBE_BASE +
123 static inline struct gru_tlb_fault_handle *get_tfh(void *base, int ctxnum)
125 return (struct gru_tlb_fault_handle *)(base + GRU_TFH_BASE +
129 static inline struct gru_context_configuration_handle *get_cch(void *base,
132 return (struct gru_context_configuration_handle *)(base +