Home
last modified time | relevance | path

Searched defs:cache_id (Results 1 - 25 of 39) sorted by relevance

12

/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dtopology.c52 int i, cache_id; in parse_acpi_topology() local
/kernel/linux/linux-5.10/net/atm/
H A Dmpoa_caches.c332 static eg_cache_entry *eg_cache_get_by_cache_id(__be32 cache_id, in eg_cache_get_by_cache_id() argument
H A Dmpc.c1231 __be32 cache_id = msg->content.eg_info.cache_id; in egress_purge_rcvd() local
/kernel/linux/linux-6.6/net/atm/
H A Dmpoa_caches.c332 static eg_cache_entry *eg_cache_get_by_cache_id(__be32 cache_id, in eg_cache_get_by_cache_id() argument
H A Dmpc.c1231 __be32 cache_id = msg->content.eg_info.cache_id; in egress_purge_rcvd() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c159 char cache_id[20 * 2 + 1]; in nouveau_disk_cache_create() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_disk_cache.c244 enum iris_program_cache_id cache_id = cache_id_for_stage[stage]; in iris_disk_cache_retrieve() local
H A Diris_program_cache.c50 enum iris_program_cache_id cache_id; member
55 make_keybox(void *mem_ctx, enum iris_program_cache_id cache_id, const void *key, uint32_t key_size) make_keybox() argument
88 iris_find_cached_shader(struct iris_context *ice, enum iris_program_cache_id cache_id, uint32_t key_size, const void *key) iris_find_cached_shader() argument
111 iris_create_shader_variant(const struct iris_screen *screen, void *mem_ctx, enum iris_program_cache_id cache_id, uint32_t key_size, const void *key) iris_create_shader_variant() argument
150 iris_upload_shader(struct iris_screen *screen, struct iris_uncompiled_shader *ish, struct iris_compiled_shader *shader, struct hash_table *driver_shaders, struct u_upload_mgr *uploader, enum iris_program_cache_id cache_id, uint32_t key_size, const void *key, const void *assembly) iris_upload_shader() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program_cache.c49 enum crocus_program_cache_id cache_id; member
54 make_keybox(void *mem_ctx, enum crocus_program_cache_id cache_id, in make_keybox() argument
85 crocus_find_cached_shader(struct crocus_context *ice, enum crocus_program_cache_id cache_id, uint32_t key_size, const void *key) crocus_find_cached_shader() argument
99 crocus_find_previous_compile(const struct crocus_context *ice, enum crocus_program_cache_id cache_id, unsigned program_string_id) crocus_find_previous_compile() argument
187 crocus_upload_shader(struct crocus_context *ice, enum crocus_program_cache_id cache_id, uint32_t key_size, const void *key, const void *assembly, uint32_t asm_size, struct brw_stage_prog_data *prog_data, uint32_t prog_data_size, uint32_t *streamout, enum brw_param_builtin *system_values, unsigned num_system_values, unsigned num_cbufs, const struct crocus_binding_table *bt) crocus_upload_shader() argument
316 cache_name(enum crocus_program_cache_id cache_id) cache_name() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen.c100 char cache_id[20 * 2 + 1]; in r300_disk_cache_create() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dpmksa_cache.c131 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, void *network_ctx, int akmp, const u8 *cache_id) pmksa_cache_add() argument
431 pmksa_cache_get_fils_cache_id(struct rsn_pmksa_cache *pmksa, const void *network_ctx, const u8 *cache_id) pmksa_cache_get_fils_cache_id() argument
H A Dpmksa_cache.h135 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, void *network_ctx, int akmp, const u8 *cache_id) pmksa_cache_add() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dpmksa_cache.c173 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, void *network_ctx, int akmp, const u8 *cache_id) pmksa_cache_add() argument
500 pmksa_cache_get_fils_cache_id(struct rsn_pmksa_cache *pmksa, const void *network_ctx, const u8 *cache_id) pmksa_cache_get_fils_cache_id() argument
H A Dpmksa_cache.h142 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len, const u8 *pmkid, const u8 *kck, size_t kck_len, const u8 *aa, const u8 *spa, void *network_ctx, int akmp, const u8 *cache_id) pmksa_cache_add() argument
/kernel/linux/linux-5.10/include/uapi/linux/
H A Datmmpc.h35 __be32 cache_id; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Datmmpc.h35 __be32 cache_id; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Datmmpc.h46 __be32 cache_id; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Datmmpc.h46 __be32 cache_id; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Datmmpc.h33 __be32 cache_id; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c935 char cache_id[20 * 2 + 1]; in lp_disk_cache_create() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c1062 char cache_id[20 * 2 + 1]; in si_disk_cache_create() local
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dframe_dec.c76 const int cache_id = ctx->id_; in ReconstructRow() local
205 const int cache_id = ctx->id_; in DoFilter() local
377 const int cache_id = ctx->id_; in DitherRow() local
407 const int cache_id = ctx->id_; FinishRow() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dcache-l2x0.c681 static void __init l2c310_fixup(void __iomem *base, u32 cache_id, in l2c310_fixup() argument
897 u32 cache_id; in l2x0_init() local
780 __l2c_init(const struct l2c_init_data *data, u32 aux_val, u32 aux_mask, u32 cache_id, bool nosync) __l2c_init() argument
1481 aurora_fixup(void __iomem *base, u32 cache_id, struct outer_cache_fns *fns) aurora_fixup() argument
1766 u32 cache_id, old_aux; l2x0_of_init() local
[all...]
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dcache-l2x0.c681 static void __init l2c310_fixup(void __iomem *base, u32 cache_id, in l2c310_fixup() argument
897 u32 cache_id; in l2x0_init() local
780 __l2c_init(const struct l2c_init_data *data, u32 aux_val, u32 aux_mask, u32 cache_id, bool nosync) __l2c_init() argument
1481 aurora_fixup(void __iomem *base, u32 cache_id, struct outer_cache_fns *fns) aurora_fixup() argument
1766 u32 cache_id, old_aux; l2x0_of_init() local
[all...]
/kernel/linux/linux-6.6/drivers/perf/
H A Driscv_pmu_sbi.c80 uint32_t cache_id:13; member

Completed in 29 milliseconds

12