Searched refs:license (Results 26 - 50 of 91) sorted by relevance

1234

/linux-master/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S16 # OpenIB.org BSD license below:
/linux-master/scripts/mod/
H A Dmodpost.c24 #include "../../include/linux/license.h"
1116 data = sym_get_data(elf, label); /* license */
1122 error("%s: unknown license '%s' was specified for '%s'\n",
1620 char *license; local
1638 license = get_modinfo(&info, "license");
1639 if (!license)
1641 while (license) {
1642 if (!license_is_gpl_compatible(license)) {
1646 license
[all...]
/linux-master/tools/testing/selftests/net/
H A Dreuseport_bpf.c114 attr.license = (unsigned long) &bpf_license;
357 eprog.license = (unsigned long) &bpf_license;
H A Dpsock_fanout.c167 attr.license = (unsigned long) "GPL";
/linux-master/scripts/
H A Dbpf_doc.py382 license = '''\
393 print(license)
512 eBPF programs can have an associated license, passed along with the bytecode
519 license string passed (via **attr**) to the **bpf**\\ () system call, and this
525 char ____license[] __attribute__((section("license"), used)) = "GPL";
562 requirement for GPL license is also in those **struct bpf_func_proto**.
/linux-master/arch/m68k/fpsp040/
H A Dsgetem.S27 | For details on the license for this file, please see the
H A Dsint.S54 | For details on the license for this file, please see the
H A Dstanh.S52 | For details on the license for this file, please see the
H A Dbinstr.S63 | For details on the license for this file, please see the
H A Dkernel_ex.S15 | For details on the license for this file, please see the
H A Dscale.S24 | For details on the license for this file, please see the
H A Dslog2.S99 | For details on the license for this file, please see the
H A Dx_store.S14 | For details on the license for this file, please see the
H A Dx_unfl.S24 | For details on the license for this file, please see the
H A Ddecbin.S72 | For details on the license for this file, please see the
H A Dx_snan.S25 | For details on the license for this file, please see the
/linux-master/tools/lib/bpf/
H A Dskel_internal.h334 attr.license = (long) "Dual BSD/GPL";
H A Dgen_loader.c936 const char *license, struct bpf_insn *insns, size_t insn_cnt,
946 /* add license string to blob of bytes */
947 license_off = add_data(gen, license, strlen(license) + 1);
977 /* populate union bpf_attr with a pointer to license */
978 emit_rel_store(gen, attr_field(prog_load_attr, license), license_off);
934 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) argument
H A Dbpf.c122 attr.license = ptr_to_u64("GPL");
237 const char *prog_name, const char *license,
274 attr.license = ptr_to_u64(license);
236 bpf_prog_load(enum bpf_prog_type prog_type, const char *prog_name, const char *license, const struct bpf_insn *insns, size_t insn_cnt, struct bpf_prog_load_opts *opts) argument
H A Dbpf.h115 const char *prog_name, const char *license,
H A Dfeatures.c35 attr.license = ptr_to_u64("GPL");
/linux-master/kernel/module/
H A Dinternal.h102 enum mod_license license; member in struct:find_symbol_arg
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c841 char license[4] = "GPL"; local
852 test_btf_datasec(btf, d, str, "license",
853 "SEC(\"license\") char[4] _license = (char[4])['G','P','L',];",
854 license, sizeof(license));
/linux-master/drivers/net/can/softing/
H A Dsofting_main.c712 DEV_ATTR_RO(license, id.license);
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S23 |You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE

Completed in 393 milliseconds

1234