Home
last modified time | relevance | path

Searched refs:ggc (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Dgpio.c48 static int gb_gpio_line_count_operation(struct gb_gpio_controller *ggc) in gb_gpio_line_count_operation() argument
53 ret = gb_operation_sync(ggc->connection, GB_GPIO_TYPE_LINE_COUNT, in gb_gpio_line_count_operation()
56 ggc->line_max = response.count; in gb_gpio_line_count_operation()
60 static int gb_gpio_activate_operation(struct gb_gpio_controller *ggc, u8 which) in gb_gpio_activate_operation() argument
63 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; in gb_gpio_activate_operation()
71 ret = gb_operation_sync(ggc->connection, GB_GPIO_TYPE_ACTIVATE, in gb_gpio_activate_operation()
78 ggc->lines[which].active = true; in gb_gpio_activate_operation()
83 static void gb_gpio_deactivate_operation(struct gb_gpio_controller *ggc, in gb_gpio_deactivate_operation() argument
86 struct gbphy_device *gbphy_dev = ggc->gbphy_dev; in gb_gpio_deactivate_operation()
92 ret = gb_operation_sync(ggc->connection, GB_GPIO_TYPE_DEACTIVATE, in gb_gpio_deactivate_operation()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Db-header-vars17 VEC_H=vec.h statistics.h ggc.h gtype-desc.h statistics.h
18 HASH_TABLE_H=hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h
29ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-t…
31 …f insn-notes.def line-map.h input.h real.h statistics.h vec.h statistics.h ggc.h gtype-desc.h stat…
33 …f insn-notes.def line-map.h input.h real.h statistics.h vec.h statistics.h ggc.h gtype-desc.h stat…
36 …er.def hsa-builtins.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h stat…
37 …er.def hsa-builtins.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h stat…
39ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h config/vxworks-dummy.h dbxelf.…
40ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.de…
46 …lags.h options.h flag-types.h arm-opts.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h stat…
[all …]
H A Dhash-map.h134 explicit hash_map (size_t n = default_hash_map_size, bool ggc = false, in class()
138 : m_table (n, ggc, sanitize_eq_and_hash, gather_mem_stats, in class()
143 explicit hash_map (const hash_map &h, bool ggc = false, in class()
147 : m_table (h.m_table, ggc, sanitize_eq_and_hash, gather_mem_stats, in class()
332 template<bool ggc, typename K, typename V, typename H>
339 if (ggc)
356 template<bool ggc, typename K, typename V, typename H>
361 return hash_map_maybe_create<ggc> (h, size)->get_or_insert (k, e);
365 template<bool ggc, typename K, typename V, typename H>
370 return hash_map_maybe_create<ggc> (h, size)->put (k, v);
H A Dipa-prop.h842 ipa_node_params_t (symbol_table *table, bool ggc): in class()
843 function_summary<ipa_node_params *> (table, ggc) { } in class()
857 ipa_edge_args_sum_t (symbol_table *table, bool ggc) in class()
858 : call_summary<ipa_edge_args *> (table, ggc) { } in class()
884 ipcp_transformation_t (symbol_table *table, bool ggc): in ipcp_transformation_t() argument
885 function_summary<ipcp_transformation *> (table, ggc) {} in ipcp_transformation_t()
H A Dmem-stats.h43 mem_location (mem_alloc_origin origin, bool ggc,
47 (origin), m_ggc (ggc) {} in m_filename()
330 bool ggc, const char *name, int line,
445 bool ggc, in register_descriptor() argument
450 mem_location *l = new mem_location (origin, ggc, filename, line, function); in register_descriptor()
H A Dhash-table.h380 explicit hash_table (size_t, bool ggc = false,
385 explicit hash_table (const hash_table &, bool ggc = false,
604 hash_table<Descriptor, Lazy, Allocator>::hash_table (size_t size, bool ggc, in hash_table() argument
611 m_ggc (ggc), m_sanitize_eq_and_hash (sanitize_eq_and_hash) in hash_table()
622 hash_table_usage ().register_descriptor (this, origin, ggc in hash_table()
636 bool ggc, in hash_table() argument
643 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
652 hash_table_usage ().register_descriptor (this, origin, ggc in hash_table()
H A Dsymbol-summary.h135 function_summary (symbol_table *symtab, bool ggc = false CXX_MEM_STAT_INFO); in class()
219 function_summary<T *>::function_summary (symbol_table *symtab, bool ggc in function_summary()
221 function_summary_base<T> (symtab PASS_MEM_STAT), m_ggc (ggc), in function_summary()
222 m_map (13, ggc, true, GATHER_STATISTICS PASS_MEM_STAT) in function_summary()
616 call_summary (symbol_table *symtab, bool ggc = false
618 : call_summary_base<T> (symtab PASS_MEM_STAT), m_ggc (ggc),
619 m_map (13, ggc, true, GATHER_STATISTICS PASS_MEM_STAT)
H A Dhash-set.h40 explicit hash_set (size_t n = 13, bool ggc = false CXX_MEM_STAT_INFO)
41 : m_table (n, ggc, true, GATHER_STATISTICS, HASH_SET_ORIGIN PASS_MEM_STAT) {} in m_table() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Db-header-vars17 VEC_H=vec.h statistics.h ggc.h gtype-desc.h statistics.h
18 HASH_TABLE_H=hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h
29ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-t…
31 …f insn-notes.def line-map.h input.h real.h statistics.h vec.h statistics.h ggc.h gtype-desc.h stat…
33 …f insn-notes.def line-map.h input.h real.h statistics.h vec.h statistics.h ggc.h gtype-desc.h stat…
36 …er.def hsa-builtins.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h stat…
37 …er.def hsa-builtins.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h stat…
39ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h config/aarch64/biarchlp64.h aa…
40ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.de…
46 …rch64-tuning-flags.def aarch64-cores.def hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h stat…
[all …]
H A Dhash-map.h134 explicit hash_map (size_t n = default_hash_map_size, bool ggc = false, in class()
138 : m_table (n, ggc, sanitize_eq_and_hash, gather_mem_stats, in class()
143 explicit hash_map (const hash_map &h, bool ggc = false, in class()
147 : m_table (h.m_table, ggc, sanitize_eq_and_hash, gather_mem_stats, in class()
332 template<bool ggc, typename K, typename V, typename H>
339 if (ggc)
356 template<bool ggc, typename K, typename V, typename H>
361 return hash_map_maybe_create<ggc> (h, size)->get_or_insert (k, e);
365 template<bool ggc, typename K, typename V, typename H>
370 return hash_map_maybe_create<ggc> (h, size)->put (k, v);
H A Dipa-prop.h842 ipa_node_params_t (symbol_table *table, bool ggc): in class()
843 function_summary<ipa_node_params *> (table, ggc) { } in class()
857 ipa_edge_args_sum_t (symbol_table *table, bool ggc) in class()
858 : call_summary<ipa_edge_args *> (table, ggc) { } in class()
884 ipcp_transformation_t (symbol_table *table, bool ggc): in ipcp_transformation_t() argument
885 function_summary<ipcp_transformation *> (table, ggc) {} in ipcp_transformation_t()
H A Dmem-stats.h43 mem_location (mem_alloc_origin origin, bool ggc,
47 (origin), m_ggc (ggc) {} in m_filename()
330 bool ggc, const char *name, int line,
445 bool ggc, in register_descriptor() argument
450 mem_location *l = new mem_location (origin, ggc, filename, line, function); in register_descriptor()
H A Dhash-table.h380 explicit hash_table (size_t, bool ggc = false,
385 explicit hash_table (const hash_table &, bool ggc = false,
604 hash_table<Descriptor, Lazy, Allocator>::hash_table (size_t size, bool ggc, in hash_table() argument
611 m_ggc (ggc), m_sanitize_eq_and_hash (sanitize_eq_and_hash) in hash_table()
622 hash_table_usage ().register_descriptor (this, origin, ggc in hash_table()
636 bool ggc, in hash_table() argument
643 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table()
652 hash_table_usage ().register_descriptor (this, origin, ggc in hash_table()
H A Dsymbol-summary.h135 function_summary (symbol_table *symtab, bool ggc = false CXX_MEM_STAT_INFO); in class()
219 function_summary<T *>::function_summary (symbol_table *symtab, bool ggc in function_summary()
221 function_summary_base<T> (symtab PASS_MEM_STAT), m_ggc (ggc), in function_summary()
222 m_map (13, ggc, true, GATHER_STATISTICS PASS_MEM_STAT) in function_summary()
616 call_summary (symbol_table *symtab, bool ggc = false
618 : call_summary_base<T> (symtab PASS_MEM_STAT), m_ggc (ggc),
619 m_map (13, ggc, true, GATHER_STATISTICS PASS_MEM_STAT)
H A Dhash-set.h40 explicit hash_set (size_t n = 13, bool ggc = false CXX_MEM_STAT_INFO)
41 : m_table (n, ggc, true, GATHER_STATISTICS, HASH_SET_ORIGIN PASS_MEM_STAT) {} in m_table() argument
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dsdram.c237 uint16_t ggc; in sdram_find() local
304 dm_pci_read_config16(dev, GGC, &ggc); in sdram_find()
305 if (!(ggc & 2)) { in sdram_find()
309 uma_size = ((ggc >> 3) & 0x1f) * 32 * 1024ULL; in sdram_find()
315 uma_size = ((ggc >> 8) & 0x3) * 1024ULL; in sdram_find()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/
H A Dgtype.state89 (!srcfile 2047 "ggc-tests.c")
17827 (!srcfileloc "ggc-tests.c" 140)
17834 (!srcfileloc "ggc-tests.c" 53)
17838 (!srcfileloc "ggc-tests.c" 50)
17843 (!srcfileloc "ggc-tests.c" 138)
17853 (!srcfileloc "ggc-tests.c" 139)
17859 (!srcfileloc "ggc-tests.c" 107)
17863 (!srcfileloc "ggc-tests.c" 108)
17868 (!srcfileloc "ggc-tests.c" 139)
22821 (!srcfileloc "ggc-tests.c" 79)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/
H A Dgtype.state85 (!srcfile 2047 "ggc-tests.c")
17861 (!srcfileloc "ggc-tests.c" 140)
17868 (!srcfileloc "ggc-tests.c" 53)
17872 (!srcfileloc "ggc-tests.c" 50)
17877 (!srcfileloc "ggc-tests.c" 138)
17887 (!srcfileloc "ggc-tests.c" 139)
17893 (!srcfileloc "ggc-tests.c" 107)
17897 (!srcfileloc "ggc-tests.c" 108)
17902 (!srcfileloc "ggc-tests.c" 139)
22855 (!srcfileloc "ggc-tests.c" 79)
[all …]
/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Diommu.c6296 unsigned short ggc; in quirk_calpella_no_shadow_gtt() local
6301 if (pci_read_config_word(dev, GGC, &ggc)) in quirk_calpella_no_shadow_gtt()
6304 if (!(ggc & GGC_MEMORY_VT_ENABLED)) { in quirk_calpella_no_shadow_gtt()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info11384 'ggc-min-expand'
11397 this parameter and 'ggc-min-heapsize' to zero causes a full
11401 'ggc-min-heapsize'
11405 after the heap expands by 'ggc-min-expand'% beyond
11406 'ggc-min-heapsize'. Again, tuning this may improve
11416 'ggc-min-expand' to zero causes a full collection to occur at
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info11384 'ggc-min-expand'
11397 this parameter and 'ggc-min-heapsize' to zero causes a full
11401 'ggc-min-heapsize'
11405 after the heap expands by 'ggc-min-expand'% beyond
11406 'ggc-min-heapsize'. Again, tuning this may improve
11416 'ggc-min-expand' to zero causes a full collection to occur at
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv59 …���������������Œ���������ë������������������������������������������������ggc��������������������…