| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | export.h | 26 #define __CRC_SYMBOL(sym, sec) \ argument 32 #define __CRC_SYMBOL(sym, sec) \ argument 39 #define __CRC_SYMBOL(sym, sec) argument 50 #define __KSYMTAB_ENTRY(sym, sec) \ argument 73 #define ___KSYMTAB_ENTRY(sym, sec, size) \ argument 84 #define __KSYMTAB_ENTRY(sym, sec) ___KSYMTAB_ENTRY(sym, sec, 8) argument 86 #define __KSYMTAB_ENTRY(sym, sec) ___KSYMTAB_ENTRY(sym, sec, 4) argument 91 #define __KSYMTAB_ENTRY(sym, sec) \ argument 108 #define ___EXPORT_SYMBOL(sym, sec, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument 124 #define ___EXPORT_SYMBOL(sym, sec, ns) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/net/mac802154/ |
| H A D | llsec.c | 27 void mac802154_llsec_init(struct mac802154_llsec *sec) in mac802154_llsec_init() 41 void mac802154_llsec_destroy(struct mac802154_llsec *sec) in mac802154_llsec_destroy() 73 int mac802154_llsec_get_params(struct mac802154_llsec *sec, in mac802154_llsec_get_params() 83 int mac802154_llsec_set_params(struct mac802154_llsec *sec, in mac802154_llsec_set_params() 212 int mac802154_llsec_key_add(struct mac802154_llsec *sec, in mac802154_llsec_key_add() 268 int mac802154_llsec_key_del(struct mac802154_llsec *sec, in mac802154_llsec_key_del() 305 llsec_dev_find_short(struct mac802154_llsec *sec, __le16 short_addr, in llsec_dev_find_short() 321 llsec_dev_find_long(struct mac802154_llsec *sec, __le64 hwaddr) in llsec_dev_find_long() 350 int mac802154_llsec_dev_add(struct mac802154_llsec *sec, in mac802154_llsec_dev_add() 388 int mac802154_llsec_dev_del(struct mac802154_llsec *sec, __le64 device_addr) in mac802154_llsec_dev_del() [all …]
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | elf.c | 132 struct section *sec; in find_section_by_name() local 144 struct section *sec; in find_section_by_index() local 164 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset) in find_symbol_by_offset() 178 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset) in find_func_by_offset() 192 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset) in find_symbol_containing() 206 struct symbol *find_func_containing(struct section *sec, unsigned long offset) in find_func_containing() 231 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec, in find_reloc_by_dest_range() 260 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset) in find_reloc_by_dest() 268 struct section *sec; in read_sections() local 377 struct section *symtab, *symtab_shndx, *sec; in read_symbols() local [all …]
|
| H A D | check.c | 37 struct section *sec, unsigned long offset) in find_insn() 260 static void init_insn_state(struct insn_state *state, struct section *sec) in init_insn_state() 352 struct section *sec; in decode_instructions() local 425 struct section *sec) in find_last_insn() 442 struct section *sec; in add_dead_ends() local 525 struct section *sec; in create_static_call_sections() local 614 struct section *sec; in create_retpoline_sites_sections() local 660 struct section *sec; in create_return_sites_sections() local 705 struct section *sec; in create_mcount_loc_sections() local 752 struct section *sec; in add_ignores() local [all …]
|
| H A D | special.c | 20 const char *sec; member 58 static void reloc_to_sec_off(struct reloc *reloc, struct section **sec, in reloc_to_sec_off() 66 struct section *sec, int idx, in get_alt_entry() 126 struct section *sec; in special_get_alts() local
|
| /OK3568_Linux_fs/kernel/drivers/rkflash/ |
| H A D | nand_boot.c | 28 static int sftl_flash_read(u32 sec, u32 n_sec, void *p_data) in sftl_flash_read() 33 static int sftl_flash_write(u32 sec, u32 n_sec, void *p_data) in sftl_flash_write() 38 static int sftl_flash_vendor_read(u32 sec, u32 n_sec, void *p_data) in sftl_flash_vendor_read() 43 static int sftl_flash_vendor_write(u32 sec, u32 n_sec, void *p_data) in sftl_flash_vendor_write() 53 static int sftl_flash_discard(u32 sec, u32 n_sec) in sftl_flash_discard()
|
| H A D | sfc_nand_boot.c | 39 static int snand_write(u32 sec, u32 n_sec, void *p_data) in snand_write() 46 static int snand_read(u32 sec, u32 n_sec, void *p_data) in snand_read() 53 static int snand_vendor_read(u32 sec, u32 n_sec, void *p_data) in snand_vendor_read() 60 static int snand_vendor_write(u32 sec, u32 n_sec, void *p_data) in snand_vendor_write() 74 static int snand_discard(u32 sec, u32 n_sec) in snand_discard()
|
| H A D | sfc_nor_boot.c | 92 static int snor_read_lba(u32 sec, u32 n_sec, void *p_data) in snor_read_lba() 121 static int snor_write_lba(u32 sec, u32 n_sec, void *p_data) in snor_write_lba() 130 static int snor_vendor_read(u32 sec, u32 n_sec, void *p_data) in snor_vendor_read() 139 static int snor_vendor_write(u32 sec, u32 n_sec, void *p_data) in snor_vendor_write()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/ |
| H A D | sec.c | 9 int rtw_sec_get_free_cam(struct rtw_sec_desc *sec) in rtw_sec_get_free_cam() 23 struct rtw_sec_desc *sec, in rtw_sec_write_cam() 83 struct rtw_sec_desc *sec, in rtw_sec_clear_cam() 105 struct rtw_sec_desc *sec = &rtwdev->sec; in rtw_sec_cam_pg_backup() local 126 struct rtw_sec_desc *sec = &rtwdev->sec; in rtw_sec_enable_sec_engine() local
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | export.h | 71 #define __EXPORT_SYMBOL(sym, val, sec) \ argument 74 #define __cond_export_sym(sym, val, sec, conf) \ argument 76 #define ___cond_export_sym(sym, val, sec, enabled) \ argument 78 #define __cond_export_sym_1(sym, val, sec) ___EXPORT_SYMBOL sym, val, sec argument 79 #define __cond_export_sym_0(sym, val, sec) /* nothing */ argument
|
| H A D | vmlinux.lds.h | 146 #define CPU_KEEP(sec) *(.cpu##sec) argument 147 #define CPU_DISCARD(sec) argument 149 #define CPU_KEEP(sec) argument 150 #define CPU_DISCARD(sec) *(.cpu##sec) argument 154 #define MEM_KEEP(sec) *(.mem##sec) argument 155 #define MEM_DISCARD(sec) argument 157 #define MEM_KEEP(sec) argument 158 #define MEM_DISCARD(sec) *(.mem##sec) argument
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | netdev-times.py | 232 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 238 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 244 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 250 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm, argument 256 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret): argument 260 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, argument 266 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument 272 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument 278 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument 284 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/rkflash/ |
| H A D | rkflash_api.c | 95 int rksfc_nor_read(struct udevice *udev, u32 sec, u32 n_sec, void *p_data) in rksfc_nor_read() 134 u32 sec, in rksfc_nor_simply_over_write() 157 u32 sec, in rksfc_nor_write() 200 u32 sec, in rksfc_nor_vendor_read() 211 u32 sec, in rksfc_nor_vendor_write() 269 u32 sec, in rksfc_nand_vendor_read() 283 u32 sec, in rksfc_nand_vendor_write() 335 u32 sec, in rknand_flash_vendor_read() 349 u32 sec, in rknand_flash_vendor_write()
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | alloc.c | 12 static void hpfs_claim_alloc(struct super_block *s, secno sec) in hpfs_claim_alloc() 25 static void hpfs_claim_free(struct super_block *s, secno sec) in hpfs_claim_free() 38 static void hpfs_claim_dirband_alloc(struct super_block *s, secno sec) in hpfs_claim_dirband_alloc() 51 static void hpfs_claim_dirband_free(struct super_block *s, secno sec) in hpfs_claim_dirband_free() 69 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) in chk_if_allocated() 205 secno sec; in hpfs_alloc_sector() local 280 secno sec; in alloc_in_dirband() local 296 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible() 315 void hpfs_free_sectors(struct super_block *s, secno sec, unsigned n) in hpfs_free_sectors()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | security.c | 112 struct ib_qp_security *sec) in check_qp_port_pkey_settings() 153 static void qp_to_error(struct ib_qp_security *sec) in qp_to_error() 321 static void destroy_qp_security(struct ib_qp_security *sec) in destroy_qp_security() 404 void ib_close_shared_qp_security(struct ib_qp_security *sec) in ib_close_shared_qp_security() 451 void ib_destroy_qp_security_begin(struct ib_qp_security *sec) in ib_destroy_qp_security_begin() 481 void ib_destroy_qp_security_abort(struct ib_qp_security *sec) in ib_destroy_qp_security_abort() 521 void ib_destroy_qp_security_end(struct ib_qp_security *sec) in ib_destroy_qp_security_end() 654 void *sec) in ib_security_pkey_access()
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs.c | 278 struct section *sec = &secs[i]; in sym_lookup() local 424 struct section *sec = &secs[i]; in read_shdrs() local 448 struct section *sec = &secs[i]; in read_strtabs() local 473 struct section *sec = &secs[i]; in read_symtabs() local 506 struct section *sec = &secs[i]; in read_relocs() local 549 struct section *sec = &secs[i]; in print_absolute_symbols() local 587 struct section *sec = &secs[i]; in print_absolute_relocs() local 665 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs() 675 struct section *sec = &secs[i]; in walk_relocs() local 770 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/fsl/ |
| H A D | jr.c | 41 ccsr_sec_t *sec = (void *)SEC_ADDR(sec_idx); in start_jr0() local 61 ccsr_sec_t *sec = (void *)SEC_ADDR(sec_idx); in jr_reset_liodn() local 414 ccsr_sec_t *sec = (void *)SEC_ADDR(sec_idx); in sec_reset_idx() local 451 ccsr_sec_t __iomem *sec = (ccsr_sec_t __iomem *)SEC_ADDR(sec_idx); in instantiate_rng() local 482 ccsr_sec_t *sec = (void *)SEC_ADDR(sec_idx); in get_rng_vid() local 494 ccsr_sec_t __iomem *sec = (ccsr_sec_t __iomem *)SEC_ADDR(sec_idx); in kick_trng() local 524 ccsr_sec_t __iomem *sec = (ccsr_sec_t __iomem *)SEC_ADDR(sec_idx); in rng_init() local 567 ccsr_sec_t *sec = (void *)SEC_ADDR(sec_idx); in sec_init_idx() local
|
| /OK3568_Linux_fs/kernel/drivers/firmware/google/ |
| H A D | vpd.c | 100 struct vpd_section *sec = arg; in vpd_section_attrib_add() local 146 static void vpd_section_attrib_destroy(struct vpd_section *sec) in vpd_section_attrib_destroy() 162 struct vpd_section *sec = bin_attr->private; in vpd_section_read() local 168 static int vpd_section_create_attribs(struct vpd_section *sec) in vpd_section_create_attribs() 182 static int vpd_section_init(const char *name, struct vpd_section *sec, in vpd_section_init() 233 static int vpd_section_destroy(struct vpd_section *sec) in vpd_section_destroy()
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs.c | 273 struct section *sec = &secs[i]; in read_shdrs() local 299 struct section *sec = &secs[i]; in read_strtabs() local 324 struct section *sec = &secs[i]; in read_symtabs() local 358 struct section *sec = sec_lookup(".text"); in read_relocs() local 367 struct section *sec = &secs[i]; in read_relocs() local 413 struct section *sec = &secs[i]; in remove_relocs() local 467 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs() 478 struct section *sec = &secs[i]; in walk_relocs() local 500 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc() 636 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | xattr.h | 103 struct reiserfs_security_handle *sec) in reiserfs_security_init() 110 struct reiserfs_security_handle *sec) in reiserfs_security_write() 114 static inline void reiserfs_security_free(struct reiserfs_security_handle *sec) in reiserfs_security_free()
|
| H A D | xattr_security.c | 47 struct reiserfs_security_handle *sec) in reiserfs_security_init() 82 struct reiserfs_security_handle *sec) in reiserfs_security_write() 96 void reiserfs_security_free(struct reiserfs_security_handle *sec) in reiserfs_security_free()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-drv.c | 194 struct fw_sec *sec) in iwl_alloc_fw_desc() 270 struct fw_sec *sec; member 320 int sec) in get_sec() 327 int sec) in alloc_sec_data() 347 int sec, in set_sec_data() 357 int sec, in set_sec_size() 367 int sec) in get_sec_size() 374 int sec, in set_sec_offset() 413 struct fw_sec *sec; in iwl_store_ucode_sec() local 1238 struct fw_desc *sec; in iwl_alloc_ucode() local
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/ |
| H A D | adf_cfg.c | 24 struct adf_cfg_section *sec = in qat_dev_cfg_show() local 126 struct adf_cfg_section *sec) in adf_cfg_keyval_add() 190 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, sec_name); in adf_cfg_key_val_get() local 270 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, name); in adf_cfg_section_add() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_wx.c | 302 struct libipw_security sec = { in libipw_wx_set_encode() local 468 struct libipw_security *sec = &ieee->sec; in libipw_wx_get_encode() local 515 struct libipw_security sec = { in libipw_wx_set_encodeext() local 671 struct libipw_security *sec = &ieee->sec; in libipw_wx_get_encodeext() local
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-brcmstb-waketimer.c | 71 u32 sec; member 136 time64_t sec; in brcmstb_waketmr_settime() local 149 time64_t sec; in brcmstb_waketmr_getalarm() local 169 time64_t sec; in brcmstb_waketmr_setalarm() local
|