Home
last modified time | relevance | path

Searched refs:should_create (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c2053 bool should_create, in pvr_mmu_op_context_load_tables() argument
2071 err = pvr_page_table_l1_get_or_insert(op_ctx, should_create); in pvr_mmu_op_context_load_tables()
2089 err = pvr_page_table_l0_get_or_insert(op_ctx, should_create); in pvr_mmu_op_context_load_tables()
2150 u64 device_addr, bool should_create) in pvr_mmu_op_context_set_curr_page() argument
2160 return pvr_mmu_op_context_load_tables(op_ctx, should_create, in pvr_mmu_op_context_set_curr_page()
2190 bool should_create) in pvr_mmu_op_context_next_page() argument
2226 return pvr_mmu_op_context_load_tables(op_ctx, should_create, in pvr_mmu_op_context_next_page()
/linux/drivers/platform/x86/
H A Dasus-armoury.c875 bool should_create; in asus_fw_attr_add() local
934 should_create = true; in asus_fw_attr_add()
942 should_create = has_valid_limit(name, limits); in asus_fw_attr_add()
943 if (!should_create) in asus_fw_attr_add()
947 if (should_create) { in asus_fw_attr_add()