Lines Matching full:stash
161 * Function used for updating stash destination for the coressponding
185 * @stashid: cache stash id for associated cpu -- if ~stashid == 0 then
217 /* configure stash id */ in pamu_config_ppaace()
248 * get_stash_id - Returns stash destination id corresponding to a
253 * Returs stash on success or ~(u32)0 on failure.
268 prop = of_get_property(node, "cache-stash-id", NULL); in get_stash_id()
270 pr_debug("missing cache-stash-id at %pOF\n", in get_stash_id()
295 prop = of_get_property(node, "cache-stash-id", NULL); in get_stash_id()
297 pr_debug("missing cache-stash-id at %pOF\n", in get_stash_id()
322 pr_debug("stash dest not found for %d on vcpu %d\n", in get_stash_id()
333 * Setup operation mapping and stash destinations for QMAN and QMAN portal.