Home
last modified time | relevance | path

Searched full:gen (Results 1 – 25 of 1333) sorted by relevance

12345678910>>...54

/openbmc/linux/tools/lib/bpf/
H A Dgen_loader.c45 static int blob_fd_array_off(struct bpf_gen *gen, int index) in blob_fd_array_off() argument
47 return gen->fd_array + index * sizeof(int); in blob_fd_array_off()
50 static int realloc_insn_buf(struct bpf_gen *gen, __u32 size) in realloc_insn_buf() argument
52 size_t off = gen->insn_cur - gen->insn_start; in realloc_insn_buf()
55 if (gen->error) in realloc_insn_buf()
56 return gen->error; in realloc_insn_buf()
58 gen->error = -ERANGE; in realloc_insn_buf()
61 insn_start = realloc(gen->insn_start, off + size); in realloc_insn_buf()
63 gen->error = -ENOMEM; in realloc_insn_buf()
64 free(gen->insn_start); in realloc_insn_buf()
[all …]
H A Dbpf_gen_internal.h54 void bpf_gen__init(struct bpf_gen *gen, int log_level, int nr_progs, int nr_maps);
55 int bpf_gen__finish(struct bpf_gen *gen, int nr_progs, int nr_maps);
56 void bpf_gen__free(struct bpf_gen *gen);
57 void bpf_gen__load_btf(struct bpf_gen *gen, const void *raw_data, __u32 raw_size);
58 void bpf_gen__map_create(struct bpf_gen *gen,
62 void bpf_gen__prog_load(struct bpf_gen *gen,
66 void bpf_gen__map_update_elem(struct bpf_gen *gen, int map_idx, void *value, __u32 value_size);
67 void bpf_gen__map_freeze(struct bpf_gen *gen, int map_idx);
68 void bpf_gen__record_attach_target(struct bpf_gen *gen, const char *name, enum bpf_attach_type type…
69 void bpf_gen__record_extern(struct bpf_gen *gen, const char *name, bool is_weak,
[all …]
/openbmc/linux/arch/x86/include/asm/
H A DGEN-for-each-reg.h6 GEN(rax)
7 GEN(rcx)
8 GEN(rdx)
9 GEN(rbx)
10 GEN(rsp)
11 GEN(rbp)
12 GEN(rsi)
13 GEN(rdi)
14 GEN(r8)
15 GEN(r9)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++/
H A D0001-Remove-cpp-unittest-compilation.patch24 -macro (gen file ns)
32 -endmacro (gen)
34 -gen (empty_record empty)
35 -gen (bigrecord testgen)
36 -gen (bigrecord_r testgen_r)
37 -gen (bigrecord2 testgen2)
38 -gen (tweet testgen3)
39 -gen (union_array_union uau)
40 -gen (union_map_union umu)
41 -gen (union_conflict uc)
[all …]
/openbmc/linux/include/linux/
H A Dsysfb.h20 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */
21 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */
22 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */
24 M_MINI_3_1, /* Mac Mini, 3,1th gen */
25 M_MINI_4_1, /* Mac Mini, 4,1th gen */
32 M_MB_SR, /* MacBook, 2nd gen, (Santa Rosa) */
36 M_MBP_2, /* MacBook Pro 2nd gen */
37 M_MBP_2_2, /* MacBook Pro 2,2nd gen */
39 M_MBP_4, /* MacBook Pro, 4th gen */
40 M_MBP_5_1, /* MacBook Pro, 5,1th gen */
[all …]
/openbmc/linux/scripts/
H A DMakefile.headersinst18 gen := $(objtree)/$(subst include/,include/generated/,$(obj))
26 gen-subdirs := $(patsubst $(gen)/%/,%,$(filter %/, $(wildcard $(gen)/*/)))
27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs))
31 gen-headers := $(if $(gen-subdirs), $(shell cd $(gen) && find $(gen-subdirs) -name '*.h'))
32 gen-headers := $(filter-out $(no-export-headers), $(gen-headers))
36 duplicated := $(filter $(gen-headers), $(src-headers))
39 gen-headers := $(filter-out $(duplicated), $(gen-headers))
44 gen-headers := $(addprefix $(dst)/, $(gen-headers))
45 all-headers := $(src-headers) $(gen-headers)
65 $(gen-headers): $(dst)/%.h: $(gen)/%.h $(srctree)/scripts/headers_install.sh FORCE
/openbmc/libcper/
H A Dmeson.build50 'generator/sections/gen-section-ampere.c',
51 'generator/sections/gen-section-arm.c',
52 'generator/sections/gen-section-ccix-per.c',
53 'generator/sections/gen-section-cxl-component.c',
54 'generator/sections/gen-section-cxl-protocol.c',
55 'generator/sections/gen-section-dmar.c',
56 'generator/sections/gen-section-firmware.c',
57 'generator/sections/gen-section-generic.c',
58 'generator/sections/gen-section-ia32x64.c',
59 'generator/sections/gen-section-memory.c',
[all …]
/openbmc/linux/arch/arm/tools/
H A DMakefile8 gen := arch/$(ARCH)/include/generated macro
9 kapi := $(gen)/asm
10 uapi := $(gen)/uapi/asm
16 gen-y := $(gen)/calls-oabi.S
17 gen-y += $(gen)/calls-eabi.S
23 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y))
27 kapi: $(kapi-hdrs-y) $(gen-y)
34 quiet_cmd_gen_mach = GEN $@
37 $(kapi)/mach-types.h: $(src)/gen-mach-types $(src)/mach-types FORCE
56 $(gen)/calls-%.S: $(syscall) $(systbl) FORCE
/openbmc/phosphor-host-ipmid/scripts/
H A Dmeson.build4 sensor_gen = custom_target('sensor-gen',
5 output: 'sensor-gen.cpp',
6 input: [ 'sensor_gen.py', get_option('sensor-yaml-gen')],
17 invsensor_gen = custom_target('invsensor-gen',
18 output: 'inventory-sensor-gen.cpp',
19 input: [ 'inventory-sensor.py', get_option('invsensor-yaml-gen')],
30 fru_gen = custom_target('fru-gen',
31 output: 'fru-read-gen.cpp',
32 input: [ 'fru_gen.py', get_option('fru-yaml-gen') ],
/openbmc/linux/drivers/net/dsa/sja1105/
H A DKconfig15 - SJA1105E (Gen. 1, No TT-Ethernet)
16 - SJA1105T (Gen. 1, TT-Ethernet)
17 - SJA1105P (Gen. 2, No SGMII, No TT-Ethernet)
18 - SJA1105Q (Gen. 2, No SGMII, TT-Ethernet)
19 - SJA1105R (Gen. 2, SGMII, No TT-Ethernet)
20 - SJA1105S (Gen. 2, SGMII, TT-Ethernet)
21 - SJA1110A (Gen. 3, SGMII, TT-Ethernet, 100base-TX PHY, 10 ports)
22 - SJA1110B (Gen. 3, SGMII, TT-Ethernet, 100base-TX PHY, 9 ports)
23 - SJA1110C (Gen. 3, SGMII, TT-Ethernet, 100base-TX PHY, 7 ports)
24 - SJA1110D (Gen. 3, SGMII, TT-Ethernet, no 100base-TX PHY, 7 ports)
/openbmc/qemu/tests/qapi-schema/
H A Dqapi-schema-test.out35 gen=True success_response=True boxed=False oob=False preconfig=False
178 gen=True success_response=True boxed=False oob=False preconfig=False
182 gen=True success_response=True boxed=False oob=False preconfig=False
187 gen=True success_response=True boxed=False oob=False preconfig=False
189 gen=True success_response=False boxed=False oob=False preconfig=False
191 gen=True success_response=True boxed=False oob=False preconfig=False coroutine=True
196 gen=True success_response=True boxed=False oob=False preconfig=False
200 gen=True success_response=True boxed=False oob=False preconfig=False
202 gen=True success_response=True boxed=True oob=False preconfig=False
204 gen=True success_response=True boxed=True oob=False preconfig=False
[all …]
/openbmc/linux/sound/soc/sh/rcar/
H A Dgen.c33 #define rsnd_priv_to_gen(p) ((struct rsnd_gen *)(p)->gen)
34 #define rsnd_reg_name(gen, id) ((gen)->reg_name[id]) argument
62 struct rsnd_gen *gen, enum rsnd_reg reg) in rsnd_is_accessible_reg() argument
64 if (!gen->regs[reg]) { in rsnd_is_accessible_reg()
86 struct rsnd_gen *gen = rsnd_priv_to_gen(priv); in rsnd_mod_read() local
89 if (!rsnd_is_accessible_reg(priv, gen, reg)) in rsnd_mod_read()
92 regmap_fields_read(gen->regs[reg], rsnd_mod_id_cmd(mod), &val); in rsnd_mod_read()
96 rsnd_reg_name(gen, reg), reg, val); in rsnd_mod_read()
106 struct rsnd_gen *gen = rsnd_priv_to_gen(priv); in rsnd_mod_write() local
108 if (!rsnd_is_accessible_reg(priv, gen, reg)) in rsnd_mod_write()
[all …]
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_picmg.h129 "Gen 1 - NSSC",
130 "Gen 1 - SSC",
131 "Gen 2 - NSSC",
132 "Gen 2 - SSC",
139 "Gen 1 - NSSC",
140 "Gen 1 - SSC",
141 "Gen 2 - NSSC",
142 "Gen 2 - SSC",
149 "Gen 1 - NSSC",
150 "Gen 1 - SSC",
[all …]
/openbmc/linux/arch/x86/lib/
H A Dretpoline.S63 #define GEN(reg) THUNK reg macro
64 #include <asm/GEN-for-each-reg.h>
65 #undef GEN
70 #define GEN(reg) __EXPORT_THUNK(__x86_indirect_thunk_ ## reg) macro
71 #include <asm/GEN-for-each-reg.h>
72 #undef GEN
92 #define GEN(reg) CALL_THUNK reg macro
93 #include <asm/GEN-for-each-reg.h>
94 #undef GEN
99 #define GEN(reg) __EXPORT_THUNK(__x86_indirect_call_thunk_ ## reg) macro
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/menu-cache/files/
H A D0001-Support-gcc10-compilation.patch8 /bin/ld: menu-merge.o:menu-cache-gen/menu-tags.h:167: multiple definition of `DirDirs'; main.o:menu…
9 /bin/ld: menu-merge.o:menu-cache-gen/menu-tags.h:164: multiple definition of `AppDirs'; main.o:menu…
10 /bin/ld: menu-merge.o:menu-cache-gen/menu-tags.h:52: multiple definition of `menuTag_Layout'; main.…
18 menu-cache-gen/menu-tags.h | 55 ++++++++++++--------------------------
21 diff --git a/menu-cache-gen/menu-tags.h b/menu-cache-gen/menu-tags.h
23 --- a/menu-cache-gen/menu-tags.h
24 +++ b/menu-cache-gen/menu-tags.h
/openbmc/u-boot/board/toradex/apalis_imx6/
H A Dpf0100_otp.inc28 {pmic_i2c, 0xA0, 0x2B}, // Auto gen from Row94
29 {pmic_i2c, 0xA1, 0x01}, // Auto gen from Row95
30 {pmic_i2c, 0xA2, 0x05}, // Auto gen from Row96
31 {pmic_i2c, 0xA8, 0x2B}, // Auto gen from Row102
32 {pmic_i2c, 0xA9, 0x02}, // Auto gen from Row103
33 {pmic_i2c, 0xAA, 0x01}, // Auto gen from Row104
34 {pmic_i2c, 0xAC, 0x18}, // Auto gen from Row106
35 {pmic_i2c, 0xAE, 0x01}, // Auto gen from Row108
36 {pmic_i2c, 0xB0, 0x2C}, // Auto gen from Row110
37 {pmic_i2c, 0xB1, 0x04}, // Auto gen from Row111
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/
H A D0004-call-native-helpers.patch21 @@ -25,7 +25,7 @@ target_link_libraries(gen-western-table
25 - COMMAND ${CMAKE_CURRENT_BINARY_DIR}/gen-western-table "${CMAKE_CURRENT_SOURCE_DIR}/e-name-western…
26 + COMMAND gen-western-table "${CMAKE_CURRENT_SOURCE_DIR}/e-name-western-tables.h.in" >${CMAKE_CURRE…
27 DEPENDS gen-western-table e-name-western-tables.h.in
34 @@ -20,7 +20,7 @@ target_include_directories(camel-gen-tables PUBLIC
38 - COMMAND ${CMAKE_CURRENT_BINARY_DIR}/camel-gen-tables >${CMAKE_CURRENT_BINARY_DIR}/camel-mime-tabl…
39 + COMMAND camel-gen-tables >${CMAKE_CURRENT_BINARY_DIR}/camel-mime-tables.c
40 DEPENDS camel-gen-tables
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/
H A D0001-sandbox-Do-not-use-int8_t-in-std-uniform_int_distrib.patch17 c = std::uniform_int_distribution<char>(' ', '~')(gen);
20 c = std::uniform_int_distribution<char>(' ', '~')(gen);
34 @@ -258,7 +258,7 @@ random_value(std::mt19937 & gen)
36 std::string s(std::uniform_int_distribution<int>(3, 30)(gen), ' ');
38 - c = std::uniform_int_distribution<char>(' ', '~')(gen);
39 + c = static_cast<char>( std::uniform_int_distribution<int>(' ', '~')(gen) );
43 @@ -277,7 +277,7 @@ std::string random_binary_string(std::mt19937 & gen)
47 - c = std::uniform_int_distribution<char>('0', '1')(gen);
48 + c = static_cast<char>( std::uniform_int_distribution<int>( '0', '1' )(gen) );
/openbmc/u-boot/board/toradex/colibri_imx6/
H A Dpf0100_otp.inc28 {pmic_i2c, 0xA0, 0x2B}, // Auto gen from Row94
29 {pmic_i2c, 0xA1, 0x01}, // Auto gen from Row95
30 {pmic_i2c, 0xA2, 0x05}, // Auto gen from Row96
31 {pmic_i2c, 0xA8, 0x2B}, // Auto gen from Row102
32 {pmic_i2c, 0xA9, 0x02}, // Auto gen from Row103
33 {pmic_i2c, 0xAA, 0x01}, // Auto gen from Row104
34 {pmic_i2c, 0xAC, 0x18}, // Auto gen from Row106
35 {pmic_i2c, 0xAE, 0x01}, // Auto gen from Row108
36 {pmic_i2c, 0xB0, 0x2C}, // Auto gen from Row110
37 {pmic_i2c, 0xB1, 0x04}, // Auto gen from Row111
[all …]
/openbmc/phosphor-logging/
H A Dmeson.build20 sdbuspp_gen_meson_prog = find_program('sdbus++-gen-meson', native: true)
75 subdir('gen') subdir
76 subdir('gen/xyz')
78 # Generate callouts-gen.hpp.
79 callouts_gen = custom_target('callouts-gen.hpp'.underscorify(),
82 'callouts/callouts-gen.mako.hpp',
85 output: 'callouts-gen.hpp',
91 'tools/elog-gen.py',
107 'tools/elog-gen.py',
156 include_directories: include_directories('gen'),
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/
H A Devolution-data-server-native.bb12 sed -i 's:#include "evolution-data-server-config.h"::g' camel-gen-tables.c
13 ${CC} -o ${B}/camel-gen-tables camel-gen-tables.c ${CFLAGS} ${LDFLAGS}
18 sed -i 's:#include "evolution-data-server-config.h"::g' gen-western-table.c
19 …${CC} -o ${B}/gen-western-table gen-western-table.c ${CFLAGS} ${CFLAGS_glib} ${LDFLAGS} ${LDFLAGS_…
/openbmc/linux/arch/arm64/tools/
H A DMakefile3 gen := arch/$(ARCH)/include/generated macro
4 kapi := $(gen)/asm
14 quiet_cmd_gen_cpucaps = GEN $@
17 quiet_cmd_gen_sysreg = GEN $@
20 $(kapi)/cpucaps.h: $(src)/gen-cpucaps.awk $(src)/cpucaps FORCE
23 $(kapi)/sysreg-defs.h: $(src)/gen-sysreg.awk $(src)/sysreg FORCE
/openbmc/linux/sound/pci/hda/
H A Dpatch_via.c78 struct hda_gen_spec gen; member
109 snd_hda_gen_spec_init(&spec->gen); in via_new_spec()
114 spec->gen.indep_hp = 1; in via_new_spec()
115 spec->gen.keep_eapd_on = 1; in via_new_spec()
116 spec->gen.dac_min_mute = 1; in via_new_spec()
117 spec->gen.pcm_playback_hook = via_playback_pcm_hook; in via_new_spec()
118 spec->gen.add_stereo_mix_input = HDA_HINT_STEREO_MIX_AUTO; in via_new_spec()
120 spec->gen.power_down_unused = 1; in via_new_spec()
187 if (spec->codec_type != VT1708 || !spec->gen.autocfg.hp_outs) in vt1708_stop_hp_work()
200 if (spec->codec_type != VT1708 || !spec->gen.autocfg.hp_outs) in vt1708_update_hp_work()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf-c/
H A D0001-Makefile.am-do-not-compile-the-code-which-was-genera.patch75 -t/test.pb-c.c t/test.pb-c.h: $(top_builddir)/protoc-c/protoc-gen-c$(EXEEXT) $(top_srcdir)/t/test.p…
76 - $(AM_V_GEN)@PROTOC@ --plugin=protoc-gen-c=$(top_builddir)/protoc-c/protoc-gen-c$(EXEEXT) -I$(top_…
78 -t/test-optimized.pb-c.c t/test-optimized.pb-c.h: $(top_builddir)/protoc-c/protoc-gen-c$(EXEEXT) $(…
79 - $(AM_V_GEN)@PROTOC@ --plugin=protoc-gen-c=$(top_builddir)/protoc-c/protoc-gen-c$(EXEEXT) -I$(top_…
81 -t/test-full.pb-c.c t/test-full.pb-c.h: $(top_builddir)/protoc-c/protoc-gen-c$(EXEEXT) $(top_srcdir…
82 - $(AM_V_GEN)@PROTOC@ --plugin=protoc-gen-c=$(top_builddir)/protoc-c/protoc-gen-c$(EXEEXT) -I$(top_…
87 -t/test-proto3.pb-c.c t/test-proto3.pb-c.h: $(top_builddir)/protoc-c/protoc-gen-c$(EXEEXT) $(top_sr…
88 - $(AM_V_GEN)@PROTOC@ --plugin=protoc-gen-c=$(top_builddir)/protoc-c/protoc-gen-c$(EXEEXT) -I$(top_…
/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_%.bbappend8 -Dsensor-yaml-gen=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-sensors.yaml \
9 … -Dinvsensor-yaml-gen=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-inventory-sensors.yaml \
10 -Dfru-yaml-gen=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-fru-read.yaml \
14 -Dsensor-yaml-gen=${STAGING_DIR_HOST}${datadir}/p10bmc-yaml-config/ipmi-sensors.yaml \
15 …-Dinvsensor-yaml-gen=${STAGING_DIR_HOST}${datadir}/p10bmc-yaml-config/ipmi-inventory-sensors.yaml \
16 -Dfru-yaml-gen=${STAGING_DIR_HOST}${datadir}/p10bmc-yaml-config/ipmi-fru-read.yaml \

12345678910>>...54