Home
last modified time | relevance | path

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

123456789

/Linux-v4.19/tools/objtool/
Delf.c36 struct section *sec; in find_section_by_name() local
48 struct section *sec; in find_section_by_index() local
59 struct section *sec; in find_symbol_by_index() local
70 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset) in find_symbol_by_offset()
84 struct section *sec; in find_symbol_by_name() local
95 struct symbol *find_symbol_containing(struct section *sec, unsigned long offset) in find_symbol_containing()
107 struct rela *find_rela_by_dest_range(struct section *sec, unsigned long offset, in find_rela_by_dest_range()
124 struct rela *find_rela_by_dest(struct section *sec, unsigned long offset) in find_rela_by_dest()
129 struct symbol *find_containing_func(struct section *sec, unsigned long offset) in find_containing_func()
144 struct section *sec; in read_sections() local
[all …]
Dcheck.c40 struct section *sec, unsigned long offset) in find_insn()
259 struct section *sec; in decode_instructions() local
335 struct section *sec; in add_dead_ends() local
437 struct section *sec; in add_ignores() local
462 struct section *sec; in add_nospec_ignores() local
1051 struct section *sec; in add_switch_table_alts() local
1074 struct section *sec, *relasec; in read_unwind_hints() local
1168 struct section *sec; in read_retpoline_hints() local
1785 struct section *sec; in validate_branch() local
2095 struct section *sec; in validate_functions() local
Dwarn.h30 static inline char *offstr(struct section *sec, unsigned long offset) in offstr()
60 #define WARN_FUNC(format, sec, offset, ...) \ argument
Dspecial.c47 const char *sec; member
82 struct section *sec, int idx, in get_alt_entry()
156 struct section *sec; in special_get_alts() local
/Linux-v4.19/include/linux/
Dexport.h28 #define __CRC_SYMBOL(sym, sec) \ argument
34 #define __CRC_SYMBOL(sym, sec) \ argument
41 #define __CRC_SYMBOL(sym, sec) argument
52 #define __KSYMTAB_ENTRY(sym, sec) \ argument
66 #define __KSYMTAB_ENTRY(sym, sec) \ argument
78 #define ___EXPORT_SYMBOL(sym, sec) \ argument
93 #define __EXPORT_SYMBOL(sym, sec) argument
104 #define __EXPORT_SYMBOL(sym, sec) === __KSYM_##sym === argument
110 #define __EXPORT_SYMBOL(sym, sec) \ argument
112 #define __cond_export_sym(sym, sec, conf) \ argument
[all …]
/Linux-v4.19/net/mac802154/
Dllsec.c35 void mac802154_llsec_init(struct mac802154_llsec *sec) in mac802154_llsec_init()
49 void mac802154_llsec_destroy(struct mac802154_llsec *sec) in mac802154_llsec_destroy()
81 int mac802154_llsec_get_params(struct mac802154_llsec *sec, in mac802154_llsec_get_params()
91 int mac802154_llsec_set_params(struct mac802154_llsec *sec, in mac802154_llsec_set_params()
220 int mac802154_llsec_key_add(struct mac802154_llsec *sec, in mac802154_llsec_key_add()
276 int mac802154_llsec_key_del(struct mac802154_llsec *sec, in mac802154_llsec_key_del()
313 llsec_dev_find_short(struct mac802154_llsec *sec, __le16 short_addr, in llsec_dev_find_short()
329 llsec_dev_find_long(struct mac802154_llsec *sec, __le64 hwaddr) in llsec_dev_find_long()
358 int mac802154_llsec_dev_add(struct mac802154_llsec *sec, in mac802154_llsec_dev_add()
396 int mac802154_llsec_dev_del(struct mac802154_llsec *sec, __le64 device_addr) in mac802154_llsec_dev_del()
[all …]
/Linux-v4.19/tools/perf/scripts/python/
Dnetdev-times.py228 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
234 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
240 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
246 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm, argument
252 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret): argument
256 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, argument
262 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
268 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
274 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument
280 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument
[all …]
/Linux-v4.19/fs/hpfs/
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-v4.19/drivers/infiniband/core/
Dsecurity.c109 struct ib_qp_security *sec) in check_qp_port_pkey_settings()
150 static void qp_to_error(struct ib_qp_security *sec) in qp_to_error()
318 static void destroy_qp_security(struct ib_qp_security *sec) in destroy_qp_security()
408 void ib_close_shared_qp_security(struct ib_qp_security *sec) in ib_close_shared_qp_security()
452 void ib_destroy_qp_security_begin(struct ib_qp_security *sec) in ib_destroy_qp_security_begin()
482 void ib_destroy_qp_security_abort(struct ib_qp_security *sec) in ib_destroy_qp_security_abort()
522 void ib_destroy_qp_security_end(struct ib_qp_security *sec) in ib_destroy_qp_security_end()
658 void *sec) in ib_security_pkey_access()
Dcore_priv.h258 static inline void ib_destroy_qp_security_begin(struct ib_qp_security *sec) in ib_destroy_qp_security_begin()
262 static inline void ib_destroy_qp_security_abort(struct ib_qp_security *sec) in ib_destroy_qp_security_abort()
266 static inline void ib_destroy_qp_security_end(struct ib_qp_security *sec) in ib_destroy_qp_security_end()
276 static inline void ib_close_shared_qp_security(struct ib_qp_security *sec) in ib_close_shared_qp_security()
/Linux-v4.19/arch/x86/tools/
Drelocs.c274 struct section *sec = &secs[i]; in sym_lookup() local
406 struct section *sec = &secs[i]; in read_shdrs() local
430 struct section *sec = &secs[i]; in read_strtabs() local
455 struct section *sec = &secs[i]; in read_symtabs() local
488 struct section *sec = &secs[i]; in read_relocs() local
531 struct section *sec = &secs[i]; in print_absolute_symbols() local
569 struct section *sec = &secs[i]; in print_absolute_relocs() local
647 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
657 struct section *sec = &secs[i]; in walk_relocs() local
752 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
[all …]
/Linux-v4.19/drivers/firmware/google/
Dvpd.c108 struct vpd_section *sec = arg; in vpd_section_attrib_add() local
154 static void vpd_section_attrib_destroy(struct vpd_section *sec) in vpd_section_attrib_destroy()
170 struct vpd_section *sec = bin_attr->private; in vpd_section_read() local
176 static int vpd_section_create_attribs(struct vpd_section *sec) in vpd_section_create_attribs()
190 static int vpd_section_init(const char *name, struct vpd_section *sec, in vpd_section_init()
241 static int vpd_section_destroy(struct vpd_section *sec) in vpd_section_destroy()
/Linux-v4.19/fs/reiserfs/
Dxattr.h103 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()
Dxattr_security.c46 struct reiserfs_security_handle *sec) in reiserfs_security_init()
81 struct reiserfs_security_handle *sec) in reiserfs_security_write()
95 void reiserfs_security_free(struct reiserfs_security_handle *sec) in reiserfs_security_free()
/Linux-v4.19/include/asm-generic/
Dvmlinux.lds.h97 #define CPU_KEEP(sec) *(.cpu##sec) argument
98 #define CPU_DISCARD(sec) argument
100 #define CPU_KEEP(sec) argument
101 #define CPU_DISCARD(sec) *(.cpu##sec) argument
105 #define MEM_KEEP(sec) *(.mem##sec) argument
106 #define MEM_DISCARD(sec) argument
108 #define MEM_KEEP(sec) argument
109 #define MEM_DISCARD(sec) *(.mem##sec) argument
/Linux-v4.19/arch/mips/boot/tools/
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-v4.19/drivers/net/wireless/intel/ipw2x00/
Dlibipw_wx.c316 struct libipw_security sec = { in libipw_wx_set_encode() local
482 struct libipw_security *sec = &ieee->sec; in libipw_wx_get_encode() local
529 struct libipw_security sec = { in libipw_wx_set_encodeext() local
683 struct libipw_security *sec = &ieee->sec; in libipw_wx_get_encodeext() local
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dadf_cfg.c68 struct adf_cfg_section *sec = in qat_dev_cfg_show() local
194 struct adf_cfg_section *sec) in adf_cfg_keyval_add()
258 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, sec_name); in adf_cfg_key_val_get() local
338 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, name); in adf_cfg_section_add() local
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-drv.c189 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
1143 struct fw_desc *sec; in iwl_alloc_ucode() local
/Linux-v4.19/drivers/rtc/
Drtc-brcmstb-waketimer.c79 u32 sec; member
144 time64_t sec; in brcmstb_waketmr_settime() local
157 time64_t sec; in brcmstb_waketmr_getalarm() local
177 time64_t sec; in brcmstb_waketmr_setalarm() local
Drtc-ftrtc010.c77 u32 days, hour, min, sec, offset; in ftrtc010_rtc_read_time() local
96 u32 sec, min, hour, day, offset; in ftrtc010_rtc_set_time() local
121 u32 days, hour, min, sec; in ftrtc010_rtc_probe() local
Drtc-tegra.c114 unsigned long sec, msec; in tegra_rtc_read_time() local
144 unsigned long sec; in tegra_rtc_set_time() local
174 unsigned long sec; in tegra_rtc_read_alarm() local
220 unsigned long sec; in tegra_rtc_set_alarm() local
/Linux-v4.19/arch/mips/sibyte/swarm/
Dsetup.c92 time64_t sec; in read_persistent_clock64() local
114 time64_t sec = now.tv_sec; in update_persistent_clock64() local
/Linux-v4.19/net/rxrpc/
Dsecurity.c74 const struct rxrpc_security *sec; in rxrpc_init_client_conn_security() local
112 const struct rxrpc_security *sec; in rxrpc_init_server_conn_security() local
/Linux-v4.19/drivers/watchdog/
Duniphier_wdt.c35 #define SEC_TO_WDTTIMSET_PRD(sec) \ argument
76 static int __uniphier_watchdog_start(struct regmap *regmap, unsigned int sec) in __uniphier_watchdog_start()
113 static int __uniphier_watchdog_restart(struct regmap *regmap, unsigned int sec) in __uniphier_watchdog_restart()

123456789