Home
last modified time | relevance | path

Searched defs:gen (Results 1 – 25 of 121) sorted by relevance

12345

/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
50 static int realloc_insn_buf(struct bpf_gen *gen, __u32 size) in realloc_insn_buf() argument
73 realloc_data_buf(struct bpf_gen * gen,__u32 size) realloc_data_buf() argument
96 emit(struct bpf_gen * gen,struct bpf_insn insn) emit() argument
104 emit2(struct bpf_gen * gen,struct bpf_insn insn1,struct bpf_insn insn2) emit2() argument
114 bpf_gen__init(struct bpf_gen * gen,int log_level,int nr_progs,int nr_maps) bpf_gen__init() argument
159 add_data(struct bpf_gen * gen,const void * data,__u32 size) add_data() argument
181 add_map_fd(struct bpf_gen * gen) add_map_fd() argument
191 add_kfunc_btf_fd(struct bpf_gen * gen) add_kfunc_btf_fd() argument
214 emit_rel_store(struct bpf_gen * gen,int off,int data) emit_rel_store() argument
223 move_blob2blob(struct bpf_gen * gen,int off,int size,int blob_off) move_blob2blob() argument
233 move_blob2ctx(struct bpf_gen * gen,int ctx_off,int size,int blob_off) move_blob2ctx() argument
241 move_ctx2blob(struct bpf_gen * gen,int off,int size,int ctx_off,bool check_non_zero) move_ctx2blob() argument
255 move_stack2blob(struct bpf_gen * gen,int off,int size,int stack_off) move_stack2blob() argument
263 move_stack2ctx(struct bpf_gen * gen,int ctx_off,int size,int stack_off) move_stack2ctx() argument
269 emit_sys_bpf(struct bpf_gen * gen,int cmd,int attr,int attr_size) emit_sys_bpf() argument
285 emit_check_err(struct bpf_gen * gen) emit_check_err() argument
301 emit_debug(struct bpf_gen * gen,int reg1,int reg2,const char * fmt,va_list args) emit_debug() argument
329 debug_regs(struct bpf_gen * gen,int reg1,int reg2,const char * fmt,...) debug_regs() argument
338 debug_ret(struct bpf_gen * gen,const char * fmt,...) debug_ret() argument
347 __emit_sys_close(struct bpf_gen * gen) __emit_sys_close() argument
359 emit_sys_close_stack(struct bpf_gen * gen,int stack_off) emit_sys_close_stack() argument
365 emit_sys_close_blob(struct bpf_gen * gen,int blob_off) emit_sys_close_blob() argument
375 bpf_gen__finish(struct bpf_gen * gen,int nr_progs,int nr_maps) bpf_gen__finish() argument
425 bpf_gen__free(struct bpf_gen * gen) bpf_gen__free() argument
456 compute_sha_update_offsets(struct bpf_gen * gen) compute_sha_update_offsets() argument
472 bpf_gen__load_btf(struct bpf_gen * gen,const void * btf_raw_data,__u32 btf_raw_size) bpf_gen__load_btf() argument
504 bpf_gen__map_create(struct bpf_gen * gen,enum bpf_map_type map_type,const char * map_name,__u32 key_size,__u32 value_size,__u32 max_entries,struct bpf_map_create_opts * map_attr,int map_idx) bpf_gen__map_create() argument
583 emit_signature_match(struct bpf_gen * gen) emit_signature_match() argument
605 bpf_gen__record_attach_target(struct bpf_gen * gen,const char * attach_name,enum bpf_attach_type type) bpf_gen__record_attach_target() argument
619 emit_find_attach_target(struct bpf_gen * gen) emit_find_attach_target() argument
641 bpf_gen__record_extern(struct bpf_gen * gen,const char * name,bool is_weak,bool is_typeless,bool is_ld64,int kind,int insn_idx) bpf_gen__record_extern() argument
663 get_ksym_desc(struct bpf_gen * gen,struct ksym_relo_desc * relo) get_ksym_desc() argument
695 emit_bpf_find_by_name_kind(struct bpf_gen * gen,struct ksym_relo_desc * relo) emit_bpf_find_by_name_kind() argument
714 emit_bpf_kallsyms_lookup_name(struct bpf_gen * gen,struct ksym_relo_desc * relo) emit_bpf_kallsyms_lookup_name() argument
743 emit_relo_kfunc_btf(struct bpf_gen * gen,struct ksym_relo_desc * relo,int insn) emit_relo_kfunc_btf() argument
814 emit_ksym_relo_log(struct bpf_gen * gen,struct ksym_relo_desc * relo,int ref) emit_ksym_relo_log() argument
833 emit_relo_ksym_typeless(struct bpf_gen * gen,struct ksym_relo_desc * relo,int insn) emit_relo_ksym_typeless() argument
866 src_reg_mask(struct bpf_gen * gen) src_reg_mask() argument
880 emit_relo_ksym_btf(struct bpf_gen * gen,struct ksym_relo_desc * relo,int insn) emit_relo_ksym_btf() argument
930 bpf_gen__record_relo_core(struct bpf_gen * gen,const struct bpf_core_relo * core_relo) bpf_gen__record_relo_core() argument
946 emit_relo(struct bpf_gen * gen,struct ksym_relo_desc * relo,int insns) emit_relo() argument
964 emit_relos(struct bpf_gen * gen,int insns) emit_relos() argument
972 cleanup_core_relo(struct bpf_gen * gen) cleanup_core_relo() argument
981 cleanup_relos(struct bpf_gen * gen,int insns) cleanup_relos() argument
1014 info_blob_bswap(struct bpf_gen * gen,int func_info,int line_info,int core_relos,struct bpf_prog_load_opts * load_attr) info_blob_bswap() argument
1032 bpf_gen__prog_load(struct bpf_gen * gen,enum bpf_prog_type prog_type,const char * prog_name,const char * license,struct bpf_insn * insns,size_t insn_cnt,struct bpf_prog_load_opts * load_attr,int prog_idx) bpf_gen__prog_load() argument
1159 bpf_gen__map_update_elem(struct bpf_gen * gen,int map_idx,void * pvalue,__u32 value_size) bpf_gen__map_update_elem() argument
1207 bpf_gen__populate_outer_map(struct bpf_gen * gen,int outer_map_idx,int slot,int inner_map_idx) bpf_gen__populate_outer_map() argument
1236 bpf_gen__map_freeze(struct bpf_gen * gen,int map_idx) bpf_gen__map_freeze() argument
[all...]
/linux/fs/btrfs/
H A Dlru_cache.c24 u64 gen) in match_entry()
46 u64 key, u64 gen) in btrfs_lru_cache_lookup()
H A Dexport.h17 u32 gen; member
H A Dlru_cache.h27 u64 gen; member
/linux/drivers/misc/sgi-gru/
H A Dgrukservices.c426 struct gru_control_block_status *gen = cb; in gru_get_cb_exception_detail_str() local
442 static int gru_wait_idle_or_exception(struct gru_control_block_status *gen) in gru_wait_idle_or_exception()
453 struct gru_control_block_status *gen = cb; in gru_retry_exception() local
476 struct gru_control_block_status *gen = cb; in gru_check_status_proc() local
489 struct gru_control_block_status *gen = cb; in gru_wait_proc() local
1049 struct gru_control_block_status *gen; in quicktest2() local
/linux/drivers/gpu/ipu-v3/
H A Dipu-di.c76 #define DI_SW_GEN0(gen) (0x000c + 4 * ((gen) - 1)) argument
77 #define DI_SW_GEN1(gen) (0x0030 + 4 * ((gen) - 1)) argument
78 #define DI_STP_REP(gen) (0x0148 + 4 * (((gen) - 1)/2)) argument
80 #define DI_DW_GEN(gen) (0x0058 + 4 * (gen)) argument
81 #define DI_DW_SET(gen, set) (0x0088 + 4 * ((gen) + 0xc * (set))) argument
/linux/fs/dlm/
H A Dmember.c62 static void log_slots(struct dlm_ls *ls, uint32_t gen, int num_slots, in log_slots()
105 uint32_t gen; in dlm_slots_copy_in() local
170 uint32_t gen = 0; in dlm_slots_assign() local
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c409 unsigned int gen, struct pci_dev *pdev) in add_one_rx_buf()
428 unsigned int gen) in add_one_rx_chunk()
1061 static inline void wr_gen2(struct tx_desc *d, unsigned int gen) in wr_gen2()
1092 unsigned int gen, __be32 wr_hi, in write_wr_hdr_sgl()
1178 unsigned int pidx, unsigned int gen, in write_tx_pkt_wr()
1263 unsigned int ndesc, pidx, credits, gen, compl; in t3_eth_xmit() local
1381 unsigned int len, unsigned int gen) in write_imm()
1631 unsigned int gen, unsigned int ndesc, in write_ofld_wr()
1698 unsigned int ndesc = calc_tx_descs_ofld(skb), pidx, gen; in ofld_xmit() local
1754 unsigned int gen, pidx; in restart_offloadq() local
H A Dadapter.h109 unsigned int gen; /* free list generation */ member
134 unsigned int gen; /* current generation bit */ member
173 unsigned int gen; /* current value of generation bit */ member
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.h102 #define SMU_DPM_PCIE_GEN_IDX(gen) smu_cmn_dpm_pcie_gen_idx((gen)) argument
111 static inline int pcie_gen_to_speed(uint32_t gen) in pcie_gen_to_speed() argument
/linux/fs/nilfs2/
H A Dexport.h20 u32 gen; member
/linux/arch/x86/kvm/mmu/
H A Dspte.c81 generation_mmio_spte_mask(u64 gen) generation_mmio_spte_mask() argument
94 u64 gen = kvm_vcpu_memslots(vcpu)->generation & MMIO_SPTE_GEN_MASK; make_mmio_spte() local
/linux/arch/arm/tools/
H A DMakefile8 gen := arch/$(ARCH)/include/generated macro
/linux/drivers/soc/aspeed/
H A Daspeed-socinfo.c52 unsigned int gen = (siliconid >> 24) & 0xff; in siliconid_to_rev() local
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h158 u32 gen:1; /* generation bit */ member
162 u32 gen:1; /* generation bit */ member
229 u32 gen:1; /* generation bit */ member
236 u32 gen:1; /* Generation bit */ member
246 u32 gen:1; /* Generation bit */ member
318 u32 gen:1; /* generation bit */ member
340 u32 gen:1; /* generation bit */ member
351 u32 gen:1; /* generation bit */ member
373 u32 gen:1; /* generation bit */ member
864 #define VMXNET3_FLIP_RING_GEN(gen) ((gen) = (gen) ^ 0x1) argument
/linux/drivers/net/ethernet/intel/idpf/
H A Dxdp.c232 bool gen) in idpf_xdp_parse_cqe()
261 bool gen; in idpf_xdpsq_poll() local
/linux/drivers/net/ethernet/sfc/
H A Dtc_counters.h30 u32 gen; /* Generation count at which this counter is current */ member
/linux/drivers/infiniband/hw/hfi1/
H A Daffinity.h30 uint gen; member
/linux/drivers/infiniband/hw/irdma/
H A Dig3rdma_if.c42 u8 gen = rf->rdma_ver; in ig3rdma_vchnl_init() local
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c388 #define PROP_ENUM(p,gen,n,list) do { \ argument
610 int gen; in nouveau_display_create_properties() local
/linux/fs/xfs/
H A Dxfs_handle.c45 uint32_t gen, in xfs_filehandle_init() argument
698 uint32_t gen; in xfs_getparents_put_listent() local
/linux/net/tipc/
H A Dcrypto.h184 static inline void msg_set_key_gen(struct tipc_msg *m, u32 gen) in msg_set_key_gen()
/linux/drivers/clk/tegra/
H A Dclk-tegra-super-gen4.c36 enum tegra_super_gen gen; member
/linux/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock.c158 static struct vc4_dev *__mock_device(struct kunit *test, enum vc4_gen gen) in __mock_device()
/linux/rust/syn/
H A Dlib.rs556 mod gen { module

12345