Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/linux-6.3-rc2/include/linux/
A Dexport.h40 #define __KSYMTAB_ENTRY(sym, sec) \ argument
56 #define __KSYMTAB_ENTRY(sym, sec) \ argument
71 #define ___EXPORT_SYMBOL(sym, sec, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument
86 #define ___EXPORT_SYMBOL(sym, sec, ns) \ argument
107 #define __EXPORT_SYMBOL(sym, sec, ns) argument
123 #define __EXPORT_SYMBOL(sym, sec, ns) \ argument
126 #define __cond_export_sym(sym, sec, ns, conf) \ argument
128 #define ___cond_export_sym(sym, sec, ns, enabled) \ argument
135 #define __cond_export_sym_0(sym, sec, ns) /* nothing */ argument
140 #define __EXPORT_SYMBOL(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns) argument
[all …]
/linux-6.3-rc2/net/mac802154/
A Dllsec.c27 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()
467 llsec_find_seclevel(const struct mac802154_llsec *sec, in llsec_find_seclevel()
542 llsec_lookup_key(struct mac802154_llsec *sec, in llsec_lookup_key()
597 const struct ieee802154_sechdr *sec) in llsec_geniv()
691 const struct mac802154_llsec *sec, in llsec_do_encrypt()
[all …]
/linux-6.3-rc2/tools/objtool/
A Delf.c98 struct section *sec; in find_section_by_name() local
111 struct section *sec; in find_section_by_index() local
269 struct section *sec; in read_sections() local
397 struct section *symtab, *symtab_shndx, *sec; in read_symbols() local
897 struct section *sec; in read_relocs() local
1064 struct section *sec, *shstrtab; in elf_create_section() local
1146 struct section *sec; in elf_create_rel_reloc_section() local
1176 struct section *sec; in elf_create_rela_reloc_section() local
1311 struct section *sec = reloc->sec; in elf_write_reloc() local
1393 struct section *sec; in elf_write() local
[all …]
A Dcheck.c397 struct section *sec; in decode_instructions() local
610 struct section *sec; in add_dead_ends() local
685 struct section *sec; in create_static_call_sections() local
776 struct section *sec; in create_retpoline_sites_sections() local
822 struct section *sec; in create_return_sites_sections() local
868 struct section *sec; in create_ibt_endbr_seal_sections() local
990 struct section *sec; in create_mcount_loc_sections() local
1034 struct section *sec; in create_direct_call_sections() local
1080 struct section *sec; in add_ignores() local
1318 struct section *sec; in add_ignore_alternatives() local
[all …]
A Dspecial.c21 const char *sec; member
61 static void reloc_to_sec_off(struct reloc *reloc, struct section **sec, in reloc_to_sec_off()
69 struct section *sec, int idx, in get_alt_entry()
143 struct section *sec; in special_get_alts() local
/linux-6.3-rc2/drivers/fpga/
A Dintel-m10-bmc-sec-update.c110 struct m10bmc_sec *sec = dev_get_drvdata(dev); in show_root_entry_hash() local
169 struct m10bmc_sec *sec = dev_get_drvdata(dev); in show_canceled_csk() local
214 struct m10bmc_sec *sec = dev_get_drvdata(dev); in flash_count_show() local
507 static enum fw_upload_err rsu_cancel(struct m10bmc_sec *sec) in rsu_cancel()
534 struct m10bmc_sec *sec = fwl->dd_handle; in m10bmc_sec_prepare() local
576 struct m10bmc_sec *sec = fwl->dd_handle; in m10bmc_sec_fw_write() local
605 struct m10bmc_sec *sec = fwl->dd_handle; in m10bmc_sec_poll_complete() local
645 struct m10bmc_sec *sec = fwl->dd_handle; in m10bmc_sec_cancel() local
652 struct m10bmc_sec *sec = fwl->dd_handle; in m10bmc_sec_cleanup() local
680 struct m10bmc_sec *sec; in m10bmc_sec_probe() local
[all …]
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw88/
A Dsec.c9 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
/linux-6.3-rc2/include/asm-generic/
A Dexport.h65 #define __EXPORT_SYMBOL(sym, val, sec) \ argument
68 #define __cond_export_sym(sym, val, sec, conf) \ argument
70 #define ___cond_export_sym(sym, val, sec, enabled) \ argument
72 #define __cond_export_sym_1(sym, val, sec) ___EXPORT_SYMBOL sym, val, sec argument
73 #define __cond_export_sym_0(sym, val, sec) /* nothing */ argument
A Dvmlinux.lds.h142 #define CPU_KEEP(sec) *(.cpu##sec) argument
143 #define CPU_DISCARD(sec) argument
145 #define CPU_KEEP(sec) argument
146 #define CPU_DISCARD(sec) *(.cpu##sec) argument
150 #define MEM_KEEP(sec) *(.mem##sec) argument
151 #define MEM_DISCARD(sec) argument
153 #define MEM_KEEP(sec) argument
154 #define MEM_DISCARD(sec) *(.mem##sec) argument
/linux-6.3-rc2/tools/perf/scripts/python/
A Dnetdev-times.py232 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
260 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, 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
290 def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm, callchain, argument
296 def skb__consume_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr): argument
[all …]
/linux-6.3-rc2/fs/hpfs/
A Dalloc.c12 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()
/linux-6.3-rc2/drivers/infiniband/core/
A Dsecurity.c112 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()
A Dcore_priv.h270 static inline void ib_destroy_qp_security_begin(struct ib_qp_security *sec) in ib_destroy_qp_security_begin()
274 static inline void ib_destroy_qp_security_abort(struct ib_qp_security *sec) in ib_destroy_qp_security_abort()
278 static inline void ib_destroy_qp_security_end(struct ib_qp_security *sec) in ib_destroy_qp_security_end()
288 static inline void ib_close_shared_qp_security(struct ib_qp_security *sec) in ib_close_shared_qp_security()
/linux-6.3-rc2/net/rxrpc/
A Dserver_key.c69 const struct rxrpc_security *sec; in rxrpc_preparse_s() local
95 const struct rxrpc_security *sec = prep->payload.data[1]; in rxrpc_free_preparse_s() local
103 const struct rxrpc_security *sec = key->payload.data[1]; in rxrpc_destroy_s() local
111 const struct rxrpc_security *sec = key->payload.data[1]; in rxrpc_describe_s() local
/linux-6.3-rc2/arch/x86/tools/
A Drelocs.c288 struct section *sec = &secs[i]; in sym_lookup() local
451 struct section *sec = &secs[i]; in read_shdrs() local
475 struct section *sec = &secs[i]; in read_strtabs() local
501 struct section *sec = &secs[i]; in read_symtabs() local
562 struct section *sec = &secs[i]; in read_relocs() local
605 struct section *sec = &secs[i]; in print_absolute_symbols() local
643 struct section *sec = &secs[i]; in print_absolute_relocs() local
721 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
731 struct section *sec = &secs[i]; in walk_relocs() local
828 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
[all …]
/linux-6.3-rc2/drivers/firmware/google/
A Dvpd.c100 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()
/linux-6.3-rc2/arch/mips/boot/tools/
A Drelocs.c273 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()
/linux-6.3-rc2/tools/lib/bpf/
A Dlinker.c201 struct dst_sec *sec = &linker->secs[i]; in bpf_linker__free() local
249 struct dst_sec *secs = linker->secs, *sec; in add_dst_sec() local
299 struct dst_sec *sec; in init_output_elf() local
518 struct src_sec *secs = obj->secs, *sec; in add_src_sec() local
554 struct src_sec *sec; in linker_load_obj_file() local
702 struct src_sec *sec; in linker_sanity_check_elf() local
1036 struct dst_sec *sec; in find_dst_sec_by_name() local
1717 struct src_sec *sec; in find_src_sec_by_name() local
2128 struct src_sec *sec; in linker_fixup_btf() local
2551 struct dst_sec *sec; in bpf_linker__finalize() local
[all …]
/linux-6.3-rc2/fs/reiserfs/
A Dxattr.h104 struct reiserfs_security_handle *sec) in reiserfs_security_init()
111 struct reiserfs_security_handle *sec) in reiserfs_security_write()
115 static inline void reiserfs_security_free(struct reiserfs_security_handle *sec) in reiserfs_security_free()
A Dxattr_security.c47 struct reiserfs_security_handle *sec) in reiserfs_security_init()
83 struct reiserfs_security_handle *sec) in reiserfs_security_write()
97 void reiserfs_security_free(struct reiserfs_security_handle *sec) in reiserfs_security_free()
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dadf_cfg.c24 struct adf_cfg_section *sec = in qat_dev_cfg_show() local
126 struct adf_cfg_section *sec) in adf_cfg_keyval_add()
131 static void adf_cfg_keyval_remove(const char *key, struct adf_cfg_section *sec) in adf_cfg_keyval_remove()
208 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, sec_name); in adf_cfg_key_val_get() local
309 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, name); in adf_cfg_section_add() local
/linux-6.3-rc2/Documentation/networking/device_drivers/can/ctu/
A Dctucanfd-driver.rst95 .. _sec:socketcan:drv: target
104 .. _sec:socketcan:platdev: target
163 .. _sec:socketcan:netdev: target
214 .. _sec:socketcan:napi: target
/linux-6.3-rc2/tools/perf/tests/workloads/
A Dsqrtloop.c17 static int __sqrtloop(int sec) in __sqrtloop()
29 int sec = 1; in sqrtloop() local
/linux-6.3-rc2/drivers/net/wireless/intel/ipw2x00/
A Dlibipw_wx.c302 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
/linux-6.3-rc2/drivers/rtc/
A Drtc-tegra.c106 u32 sec; in tegra_rtc_read_time() local
129 u32 sec; in tegra_rtc_set_time() local
151 u32 sec, value; in tegra_rtc_read_alarm() local
196 u32 sec; in tegra_rtc_set_alarm() local

Completed in 63 milliseconds

12345678910>>...12