| /kernel/linux/linux-4.19/tools/objtool/ |
| D | elf.c | 38 struct section *sec; in find_section_by_name() local 40 list_for_each_entry(sec, &elf->sections, list) in find_section_by_name() 41 if (!strcmp(sec->name, name)) in find_section_by_name() 42 return sec; in find_section_by_name() 50 struct section *sec; in find_section_by_index() local 52 list_for_each_entry(sec, &elf->sections, list) in find_section_by_index() 53 if (sec->idx == idx) in find_section_by_index() 54 return sec; in find_section_by_index() 61 struct section *sec; in find_symbol_by_index() local 64 list_for_each_entry(sec, &elf->sections, list) in find_symbol_by_index() [all …]
|
| /kernel/linux/linux-5.10/tools/objtool/ |
| D | elf.c | 132 struct section *sec; in find_section_by_name() local 134 elf_hash_for_each_possible(elf->section_name_hash, sec, name_hash, str_hash(name)) in find_section_by_name() 135 if (!strcmp(sec->name, name)) in find_section_by_name() 136 return sec; in find_section_by_name() 144 struct section *sec; in find_section_by_index() local 146 elf_hash_for_each_possible(elf->section_hash, sec, hash, idx) in find_section_by_index() 147 if (sec->idx == idx) in find_section_by_index() 148 return sec; in find_section_by_index() 164 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset) in find_symbol_by_offset() argument 168 rb_for_each(&sec->symbol_tree, node, &offset, symbol_by_offset) { in find_symbol_by_offset() [all …]
|
| D | special.c | 20 const char *sec; member 29 .sec = ".altinstructions", 39 .sec = "__jump_table", 46 .sec = "__ex_table", 58 static void reloc_to_sec_off(struct reloc *reloc, struct section **sec, in reloc_to_sec_off() argument 61 *sec = reloc->sym->sec; in reloc_to_sec_off() 66 struct section *sec, int idx, in get_alt_entry() argument 78 alt->orig_len = *(unsigned char *)(sec->data->d_buf + offset + in get_alt_entry() 80 alt->new_len = *(unsigned char *)(sec->data->d_buf + offset + in get_alt_entry() 87 feature = *(unsigned short *)(sec->data->d_buf + offset + in get_alt_entry() [all …]
|
| /kernel/linux/linux-5.10/net/mac802154/ |
| D | llsec.c | 27 void mac802154_llsec_init(struct mac802154_llsec *sec) in mac802154_llsec_init() argument 29 memset(sec, 0, sizeof(*sec)); in mac802154_llsec_init() 31 memset(&sec->params.default_key_source, 0xFF, IEEE802154_ADDR_LEN); in mac802154_llsec_init() 33 INIT_LIST_HEAD(&sec->table.security_levels); in mac802154_llsec_init() 34 INIT_LIST_HEAD(&sec->table.devices); in mac802154_llsec_init() 35 INIT_LIST_HEAD(&sec->table.keys); in mac802154_llsec_init() 36 hash_init(sec->devices_short); in mac802154_llsec_init() 37 hash_init(sec->devices_hw); in mac802154_llsec_init() 38 rwlock_init(&sec->lock); in mac802154_llsec_init() 41 void mac802154_llsec_destroy(struct mac802154_llsec *sec) in mac802154_llsec_destroy() argument [all …]
|
| /kernel/linux/linux-4.19/net/mac802154/ |
| D | llsec.c | 35 void mac802154_llsec_init(struct mac802154_llsec *sec) in mac802154_llsec_init() argument 37 memset(sec, 0, sizeof(*sec)); in mac802154_llsec_init() 39 memset(&sec->params.default_key_source, 0xFF, IEEE802154_ADDR_LEN); in mac802154_llsec_init() 41 INIT_LIST_HEAD(&sec->table.security_levels); in mac802154_llsec_init() 42 INIT_LIST_HEAD(&sec->table.devices); in mac802154_llsec_init() 43 INIT_LIST_HEAD(&sec->table.keys); in mac802154_llsec_init() 44 hash_init(sec->devices_short); in mac802154_llsec_init() 45 hash_init(sec->devices_hw); in mac802154_llsec_init() 46 rwlock_init(&sec->lock); in mac802154_llsec_init() 49 void mac802154_llsec_destroy(struct mac802154_llsec *sec) in mac802154_llsec_destroy() argument [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/ |
| D | fsl-sec2.txt | 1 Freescale SoC SEC Security Engines versions 1.x-2.x-3.x 6 SEC versions, high to low, e.g., "fsl,sec2.1", "fsl,sec2.0" (SEC2/3) 10 - interrupts : the SEC's interrupt number 17 should be encoded following the SEC's Descriptor Header Dword 21 bit 1 = set if SEC has the ARC4 EU (AFEU) 22 bit 2 = set if SEC has the DES/3DES EU (DEU) 23 bit 3 = set if SEC has the message digest EU (MDEU/MDEU-A) 24 bit 4 = set if SEC has the random number generator EU (RNG) 25 bit 5 = set if SEC has the public key EU (PKEU) 26 bit 6 = set if SEC has the AES EU (AESU) [all …]
|
| D | fsl-sec6.txt | 1 SEC 6 is as Freescale's Cryptographic Accelerator and Assurance Module (CAAM). 2 Currently Freescale powerpc chip C29X is embedded with SEC 6. 3 SEC 6 device tree binding include: 4 -SEC 6 Node 9 SEC 6 Node 13 Node defines the base address of the SEC 6 block. 15 configuration registers for the SEC 6 block. 16 For example, In C293, we could see three SEC 6 node. 23 Definition: Must include "fsl,sec-v6.0". 25 - fsl,sec-era [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/crypto/ |
| D | fsl-sec2.txt | 1 Freescale SoC SEC Security Engines versions 1.x-2.x-3.x 6 SEC versions, high to low, e.g., "fsl,sec2.1", "fsl,sec2.0" (SEC2/3) 10 - interrupts : the SEC's interrupt number 17 should be encoded following the SEC's Descriptor Header Dword 21 bit 1 = set if SEC has the ARC4 EU (AFEU) 22 bit 2 = set if SEC has the DES/3DES EU (DEU) 23 bit 3 = set if SEC has the message digest EU (MDEU/MDEU-A) 24 bit 4 = set if SEC has the random number generator EU (RNG) 25 bit 5 = set if SEC has the public key EU (PKEU) 26 bit 6 = set if SEC has the AES EU (AESU) [all …]
|
| D | fsl-sec6.txt | 1 SEC 6 is as Freescale's Cryptographic Accelerator and Assurance Module (CAAM). 2 Currently Freescale powerpc chip C29X is embedded with SEC 6. 3 SEC 6 device tree binding include: 4 -SEC 6 Node 9 SEC 6 Node 13 Node defines the base address of the SEC 6 block. 15 configuration registers for the SEC 6 block. 16 For example, In C293, we could see three SEC 6 node. 23 Definition: Must include "fsl,sec-v6.0". 25 - fsl,sec-era [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/boot/dts/fsl/ |
| D | qoriq-sec5.3-0.dtsi | 2 * QorIQ Sec/Crypto 5.3 device tree stub [ controller @ offset 0x300000 ] 36 compatible = "fsl,sec-v5.3", "fsl,sec-v5.0", "fsl,sec-v4.0"; 37 fsl,sec-era = <4>; 45 compatible = "fsl,sec-v5.3-job-ring", 46 "fsl,sec-v5.0-job-ring", 47 "fsl,sec-v4.0-job-ring"; 53 compatible = "fsl,sec-v5.3-job-ring", 54 "fsl,sec-v5.0-job-ring", 55 "fsl,sec-v4.0-job-ring"; 61 compatible = "fsl,sec-v5.3-job-ring", [all …]
|
| D | qoriq-sec5.2-0.dtsi | 2 * QorIQ Sec/Crypto 5.2 device tree stub [ controller @ offset 0x300000 ] 36 compatible = "fsl,sec-v5.2", "fsl,sec-v5.0", "fsl,sec-v4.0"; 37 fsl,sec-era = <5>; 45 compatible = "fsl,sec-v5.2-job-ring", 46 "fsl,sec-v5.0-job-ring", 47 "fsl,sec-v4.0-job-ring"; 53 compatible = "fsl,sec-v5.2-job-ring", 54 "fsl,sec-v5.0-job-ring", 55 "fsl,sec-v4.0-job-ring"; 61 compatible = "fsl,sec-v5.2-job-ring", [all …]
|
| D | qoriq-sec4.2-0.dtsi | 2 * QorIQ Sec/Crypto 4.2 device tree stub [ controller @ offset 0x300000 ] 36 compatible = "fsl,sec-v4.2", "fsl,sec-v4.0"; 37 fsl,sec-era = <3>; 45 compatible = "fsl,sec-v4.2-job-ring", 46 "fsl,sec-v4.0-job-ring"; 52 compatible = "fsl,sec-v4.2-job-ring", 53 "fsl,sec-v4.0-job-ring"; 59 compatible = "fsl,sec-v4.2-job-ring", 60 "fsl,sec-v4.0-job-ring"; 66 compatible = "fsl,sec-v4.2-job-ring", [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/ |
| D | qoriq-sec5.2-0.dtsi | 2 * QorIQ Sec/Crypto 5.2 device tree stub [ controller @ offset 0x300000 ] 36 compatible = "fsl,sec-v5.2", "fsl,sec-v5.0", "fsl,sec-v4.0"; 37 fsl,sec-era = <5>; 45 compatible = "fsl,sec-v5.2-job-ring", 46 "fsl,sec-v5.0-job-ring", 47 "fsl,sec-v4.0-job-ring"; 53 compatible = "fsl,sec-v5.2-job-ring", 54 "fsl,sec-v5.0-job-ring", 55 "fsl,sec-v4.0-job-ring"; 61 compatible = "fsl,sec-v5.2-job-ring", [all …]
|
| D | qoriq-sec5.3-0.dtsi | 2 * QorIQ Sec/Crypto 5.3 device tree stub [ controller @ offset 0x300000 ] 36 compatible = "fsl,sec-v5.3", "fsl,sec-v5.0", "fsl,sec-v4.0"; 37 fsl,sec-era = <4>; 45 compatible = "fsl,sec-v5.3-job-ring", 46 "fsl,sec-v5.0-job-ring", 47 "fsl,sec-v4.0-job-ring"; 53 compatible = "fsl,sec-v5.3-job-ring", 54 "fsl,sec-v5.0-job-ring", 55 "fsl,sec-v4.0-job-ring"; 61 compatible = "fsl,sec-v5.3-job-ring", [all …]
|
| /kernel/linux/linux-5.10/drivers/firmware/google/ |
| D | vpd.c | 100 struct vpd_section *sec = arg; in vpd_section_attrib_add() local 131 ret = sysfs_create_bin_file(sec->kobj, &info->bin_attr); in vpd_section_attrib_add() 135 list_add_tail(&info->list, &sec->attribs); in vpd_section_attrib_add() 146 static void vpd_section_attrib_destroy(struct vpd_section *sec) in vpd_section_attrib_destroy() argument 151 list_for_each_entry_safe(info, temp, &sec->attribs, list) { in vpd_section_attrib_destroy() 152 sysfs_remove_bin_file(sec->kobj, &info->bin_attr); in vpd_section_attrib_destroy() 162 struct vpd_section *sec = bin_attr->private; in vpd_section_read() local 164 return memory_read_from_buffer(buf, count, &pos, sec->baseaddr, in vpd_section_read() 165 sec->bin_attr.size); in vpd_section_read() 168 static int vpd_section_create_attribs(struct vpd_section *sec) in vpd_section_create_attribs() argument [all …]
|
| /kernel/linux/linux-5.10/crypto/ |
| D | tcrypt.c | 59 static unsigned int sec; variable 922 printk("%6u opers/sec, %9lu bytes/sec\n", in test_ahash_jiffies_digest() 954 pr_cont("%6u opers/sec, %9lu bytes/sec\n", in test_ahash_jiffies() 2054 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2056 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test() 2058 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2060 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test() 2062 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2064 test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test() 2066 test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test() [all …]
|
| /kernel/linux/linux-4.19/drivers/firmware/google/ |
| D | vpd.c | 108 struct vpd_section *sec = arg; in vpd_section_attrib_add() local 139 ret = sysfs_create_bin_file(sec->kobj, &info->bin_attr); in vpd_section_attrib_add() 143 list_add_tail(&info->list, &sec->attribs); in vpd_section_attrib_add() 154 static void vpd_section_attrib_destroy(struct vpd_section *sec) in vpd_section_attrib_destroy() argument 159 list_for_each_entry_safe(info, temp, &sec->attribs, list) { in vpd_section_attrib_destroy() 160 sysfs_remove_bin_file(sec->kobj, &info->bin_attr); in vpd_section_attrib_destroy() 170 struct vpd_section *sec = bin_attr->private; in vpd_section_read() local 172 return memory_read_from_buffer(buf, count, &pos, sec->baseaddr, in vpd_section_read() 173 sec->bin_attr.size); in vpd_section_read() 176 static int vpd_section_create_attribs(struct vpd_section *sec) in vpd_section_create_attribs() argument [all …]
|
| /kernel/linux/linux-4.19/crypto/ |
| D | tcrypt.c | 64 static unsigned int sec; variable 925 printk("%6u opers/sec, %9lu bytes/sec\n", in test_ahash_jiffies_digest() 957 pr_cont("%6u opers/sec, %9lu bytes/sec\n", in test_ahash_jiffies() 2042 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2044 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test() 2046 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2048 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test() 2050 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2052 test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test() 2054 test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test() [all …]
|
| /kernel/linux/linux-4.19/samples/bpf/ |
| D | spintest_kern.c | 14 struct bpf_map_def SEC("maps") my_map = { 20 struct bpf_map_def SEC("maps") my_map2 = { 27 struct bpf_map_def SEC("maps") stackmap = { 48 SEC("kprobe/spin_unlock")PROG(p1) 49 SEC("kprobe/spin_lock")PROG(p2) 50 SEC("kprobe/mutex_spin_on_owner")PROG(p3) 51 SEC("kprobe/rwsem_spin_on_owner")PROG(p4) 52 SEC("kprobe/spin_unlock_irqrestore")PROG(p5) 53 SEC("kprobe/_raw_spin_unlock_irqrestore")PROG(p6) 54 SEC("kprobe/_raw_spin_unlock_bh")PROG(p7) [all …]
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | spintest_kern.c | 20 } my_map SEC(".maps"); 26 } my_map2 SEC(".maps"); 33 } stackmap SEC(".maps"); 49 SEC("kprobe/spin_unlock")PROG(p1) 50 SEC("kprobe/spin_lock")PROG(p2) 51 SEC("kprobe/mutex_spin_on_owner")PROG(p3) 52 SEC("kprobe/rwsem_spin_on_owner")PROG(p4) 53 SEC("kprobe/spin_unlock_irqrestore")PROG(p5) 54 SEC("kprobe/_raw_spin_unlock_irqrestore")PROG(p6) 55 SEC("kprobe/_raw_spin_unlock_bh")PROG(p7) [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | export.h | 26 #define __CRC_SYMBOL(sym, sec) \ argument 27 asm(" .section \"___kcrctab" sec "+" #sym "\", \"a\" \n" \ 32 #define __CRC_SYMBOL(sym, sec) \ argument 33 asm(" .section \"___kcrctab" sec "+" #sym "\", \"a\" \n" \ 39 #define __CRC_SYMBOL(sym, sec) argument 50 #define __KSYMTAB_ENTRY(sym, sec) \ argument 52 asm(" .section \"___ksymtab" sec "+" #sym "\", \"a\" \n" \ 66 #define __KSYMTAB_ENTRY(sym, sec) \ argument 68 __attribute__((section("___ksymtab" sec "+" #sym), used)) \ 81 #define ___EXPORT_SYMBOL(sym, sec, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument [all …]
|
| /kernel/linux/linux-5.10/arch/mips/boot/tools/ |
| D | relocs.c | 273 struct section *sec = &secs[i]; in read_shdrs() local 275 sec->shdr_offset = ftell(fp); in read_shdrs() 279 sec->shdr.sh_name = elf_word_to_cpu(shdr.sh_name); in read_shdrs() 280 sec->shdr.sh_type = elf_word_to_cpu(shdr.sh_type); in read_shdrs() 281 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags); in read_shdrs() 282 sec->shdr.sh_addr = elf_addr_to_cpu(shdr.sh_addr); in read_shdrs() 283 sec->shdr.sh_offset = elf_off_to_cpu(shdr.sh_offset); in read_shdrs() 284 sec->shdr.sh_size = elf_xword_to_cpu(shdr.sh_size); in read_shdrs() 285 sec->shdr.sh_link = elf_word_to_cpu(shdr.sh_link); in read_shdrs() 286 sec->shdr.sh_info = elf_word_to_cpu(shdr.sh_info); in read_shdrs() [all …]
|
| /kernel/linux/linux-4.19/arch/mips/boot/tools/ |
| D | relocs.c | 273 struct section *sec = &secs[i]; in read_shdrs() local 275 sec->shdr_offset = ftell(fp); in read_shdrs() 279 sec->shdr.sh_name = elf_word_to_cpu(shdr.sh_name); in read_shdrs() 280 sec->shdr.sh_type = elf_word_to_cpu(shdr.sh_type); in read_shdrs() 281 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags); in read_shdrs() 282 sec->shdr.sh_addr = elf_addr_to_cpu(shdr.sh_addr); in read_shdrs() 283 sec->shdr.sh_offset = elf_off_to_cpu(shdr.sh_offset); in read_shdrs() 284 sec->shdr.sh_size = elf_xword_to_cpu(shdr.sh_size); in read_shdrs() 285 sec->shdr.sh_link = elf_word_to_cpu(shdr.sh_link); in read_shdrs() 286 sec->shdr.sh_info = elf_word_to_cpu(shdr.sh_info); in read_shdrs() [all …]
|
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| D | xattr_security.c | 46 struct reiserfs_security_handle *sec) in reiserfs_security_init() argument 51 sec->name = NULL; in reiserfs_security_init() 57 error = security_old_inode_init_security(inode, dir, qstr, &sec->name, in reiserfs_security_init() 58 &sec->value, &sec->length); in reiserfs_security_init() 63 sec->name = NULL; in reiserfs_security_init() 64 sec->value = NULL; in reiserfs_security_init() 65 sec->length = 0; in reiserfs_security_init() 69 if (sec->length && reiserfs_xattrs_initialized(inode->i_sb)) { in reiserfs_security_init() 71 reiserfs_xattr_nblocks(inode, sec->length); in reiserfs_security_init() 81 struct reiserfs_security_handle *sec) in reiserfs_security_write() argument [all …]
|
| /kernel/linux/linux-4.19/fs/reiserfs/ |
| D | xattr_security.c | 46 struct reiserfs_security_handle *sec) in reiserfs_security_init() argument 51 sec->name = NULL; in reiserfs_security_init() 57 error = security_old_inode_init_security(inode, dir, qstr, &sec->name, in reiserfs_security_init() 58 &sec->value, &sec->length); in reiserfs_security_init() 63 sec->name = NULL; in reiserfs_security_init() 64 sec->value = NULL; in reiserfs_security_init() 65 sec->length = 0; in reiserfs_security_init() 69 if (sec->length && reiserfs_xattrs_initialized(inode->i_sb)) { in reiserfs_security_init() 71 reiserfs_xattr_nblocks(inode, sec->length); in reiserfs_security_init() 81 struct reiserfs_security_handle *sec) in reiserfs_security_write() argument [all …]
|