Lines Matching refs:entry

87 	 * entry status.
91 * Introducing a valid entry into the grant table, granting the frame of
92 * this grant entry to domain for accessing or transfering. Ref
93 * parameter is reference of this introduced grant entry, domid is id of
95 * status of the grant entry to be updated.
100 * Stop granting a grant entry to domain for accessing. Ref parameter is
101 * reference of a grant entry whose grant access will be stopped,
102 * readonly is not in use in this function. If the grant entry is
105 * access for this entry and return success(==1).
109 * Stop granting a grant entry to domain for transfer. Ref parameter is
110 * reference of a grant entry whose grant transfer will be stopped. If
111 * tranfer has not started, just reclaim the grant entry and return
117 * Query the status of a grant entry. Ref parameter is reference of
118 * queried grant entry, return value is the status of queried entry.
125 * an available grant entry. Ref parameter is reference of a grant entry
135 * Redirect an available grant entry on domain A to another grant
137 * of domain B transitively. Ref parameter is an available grant entry
139 * entry transitively, flags is grant type and flag information,
140 * trans_domid is id of domain B whose grant entry is finally accessed
141 * transitively, trans_gref is grant entry transitive reference of
162 static inline grant_ref_t *__gnttab_entry(grant_ref_t entry)
164 return &gnttab_list[(entry) / RPP][(entry) % RPP];
167 #define gnttab_entry(entry) (*__gnttab_entry(entry))
234 * Introducing a valid entry into the grant table: