Home
last modified time | relevance | path

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

12345678910>>...14

/openbmc/qemu/tests/unit/
H A Dtest-crypto-secret.c34 Object *sec = object_new_with_props( in test_secret_direct() local
54 Object *sec; in test_secret_indirect_good() local
88 Object *sec = object_new_with_props( in test_secret_indirect_badfile() local
102 Object *sec; in test_secret_indirect_emptyfile() local
140 Object *sec; in test_secret_keyring_good() local
168 Object *sec; in test_secret_keyring_revoked_key() local
193 Object *sec; in test_secret_keyring_expired_key() local
218 Object *sec; in test_secret_keyring_bad_serial_key() local
245 Object *sec; in test_secret_keyring_bad_key_access_right() local
275 Object *sec = object_new_with_props( in test_secret_noconv_base64_good() local
[all …]
/openbmc/linux/net/mac802154/
H 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()
280 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 …]
/openbmc/linux/drivers/fpga/
H A Dintel-m10-bmc-sec-update.c41 static int m10bmc_sec_write(struct m10bmc_sec *sec, const u8 *buf, u32 offset, u32 size) in m10bmc_sec_write()
74 static int m10bmc_sec_read(struct m10bmc_sec *sec, u8 *buf, u32 addr, u32 size) in m10bmc_sec_read()
110 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
262 static void log_error_regs(struct m10bmc_sec *sec, u32 doorbell) in log_error_regs()
273 static int m10bmc_sec_n3000_rsu_status(struct m10bmc_sec *sec) in m10bmc_sec_n3000_rsu_status()
286 static int m10bmc_sec_n6000_rsu_status(struct m10bmc_sec *sec) in m10bmc_sec_n6000_rsu_status()
321 static int m10bmc_sec_progress_status(struct m10bmc_sec *sec, u32 *doorbell_reg, in m10bmc_sec_progress_status()
341 static enum fw_upload_err rsu_check_idle(struct m10bmc_sec *sec) in rsu_check_idle()
[all …]
/openbmc/qemu/scripts/
H A Dvmstate-static-checker.py103 def get_changed_sec_name(sec): argument
143 def check_fields(src_fields, dest_fields, desc, sec): argument
288 def check_subsections(src_sub, dest_sub, desc, sec): argument
304 def check_description_in_list(s_item, d_item, sec, desc): argument
317 def check_descriptions(src_desc, dest_desc, sec): argument
342 def check_version(s, d, sec, desc=None): argument
362 def check_size(s, d, sec, desc=None, field=None): argument
/openbmc/qemu/hw/usb/
H A Dhcd-ehci-sysbus.c63 SysBusEHCIClass *sec = SYS_BUS_EHCI_GET_CLASS(obj); in ehci_sysbus_init() local
87 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(klass); in ehci_sysbus_class_init() local
101 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); in ehci_platform_class_init() local
111 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); in ehci_exynos4210_class_init() local
121 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); in ehci_aw_h3_class_init() local
131 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); in ehci_npcm7xx_class_init() local
143 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); in ehci_tegra2_class_init() local
160 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); in ehci_ppc4xx_class_init() local
226 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); in fusbh200_ehci_class_init() local
/openbmc/linux/tools/objtool/
H A Delf.c134 struct section *sec; in find_section_by_name() local
147 struct section *sec; in find_section_by_index() local
169 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset) in find_symbol_by_offset()
182 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset) in find_func_by_offset()
195 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset) in find_symbol_containing()
211 int find_symbol_hole_containing(const struct section *sec, unsigned long offset) in find_symbol_hole_containing()
243 struct symbol *find_func_containing(struct section *sec, unsigned long offset) in find_func_containing()
268 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec, in find_reloc_by_dest_range()
298 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset) in find_reloc_by_dest()
303 static bool is_dwarf_section(struct section *sec) in is_dwarf_section()
[all …]
H 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
H A Dcheck.c38 struct section *sec, unsigned long offset) in find_insn()
278 struct section *sec) in init_insn_state()
370 struct section *sec; in decode_instructions() local
567 struct section *sec) in find_last_insn()
669 struct section *sec; in create_static_call_sections() local
758 struct section *sec; in create_retpoline_sites_sections() local
796 struct section *sec; in create_return_sites_sections() local
834 struct section *sec; in create_ibt_endbr_seal_sections() local
887 struct section *sec; in create_cfi_sections() local
937 struct section *sec; in create_mcount_loc_sections() local
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H 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
/openbmc/linux/tools/perf/scripts/python/
H 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
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 …]
/openbmc/linux/include/linux/
H A Dexport-internal.h40 #define __KSYMTAB(name, sym, sec, ns) \ argument
64 #define KSYMTAB_FUNC(name, sec, ns) __KSYMTAB(name, KSYM_FUNC(name), sec, ns) argument
65 #define KSYMTAB_DATA(name, sec, ns) __KSYMTAB(name, name, sec, ns) argument
67 #define SYMBOL_CRC(sym, crc, sec) \ argument
/openbmc/linux/fs/hpfs/
H 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()
/openbmc/linux/net/rxrpc/
H 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
/openbmc/linux/drivers/infiniband/core/
H 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()
/openbmc/linux/fs/reiserfs/
H A Dxattr_security.c46 struct reiserfs_security_handle *sec = fs_info; in reiserfs_initxattrs() local
63 struct reiserfs_security_handle *sec) in reiserfs_security_init()
97 struct reiserfs_security_handle *sec) in reiserfs_security_write()
115 void reiserfs_security_free(struct reiserfs_security_handle *sec) in reiserfs_security_free()
H 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()
/openbmc/linux/Documentation/networking/device_drivers/can/ctu/
H A Dctucanfd-driver.rst95 .. _sec:socketcan:drv: target
104 .. _sec:socketcan:platdev: target
163 .. _sec:socketcan:netdev: target
214 .. _sec:socketcan:napi: target
/openbmc/u-boot/drivers/crypto/fsl/
H A Djr.c40 ccsr_sec_t *sec = (void *)SEC_ADDR(sec_idx); in start_jr0() local
60 ccsr_sec_t *sec = (void *)SEC_ADDR(sec_idx); in jr_reset_liodn() local
413 ccsr_sec_t *sec = (void *)SEC_ADDR(sec_idx); in sec_reset_idx() local
449 ccsr_sec_t __iomem *sec = (ccsr_sec_t __iomem *)SEC_ADDR(sec_idx); in instantiate_rng() local
495 ccsr_sec_t *sec = (void *)SEC_ADDR(sec_idx); in get_rng_vid() local
507 ccsr_sec_t __iomem *sec = (ccsr_sec_t __iomem *)SEC_ADDR(sec_idx); in kick_trng() local
537 ccsr_sec_t __iomem *sec = (ccsr_sec_t __iomem *)SEC_ADDR(sec_idx); in rng_init() local
579 ccsr_sec_t *sec = (void *)SEC_ADDR(sec_idx); in sec_init_idx() local
/openbmc/linux/drivers/firmware/google/
H 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()
/openbmc/linux/arch/x86/tools/
H 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
729 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
739 struct section *sec = &secs[i]; in walk_relocs() local
845 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
[all …]
/openbmc/linux/arch/mips/boot/tools/
H 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()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg.c24 struct adf_cfg_section *sec = in qat_dev_cfg_show() local
140 struct adf_cfg_section *sec) in adf_cfg_keyval_add()
145 static void adf_cfg_keyval_remove(const char *key, struct adf_cfg_section *sec) in adf_cfg_keyval_remove()
222 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, sec_name); in adf_cfg_key_val_get() local
325 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, name); in adf_cfg_section_add() local
/openbmc/linux/tools/lib/bpf/
H 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
481 static bool is_ignored_sec(struct src_sec *sec) in is_ignored_sec()
520 struct src_sec *secs = obj->secs, *sec; in add_src_sec() local
556 struct src_sec *sec; in linker_load_obj_file() local
698 struct src_sec *sec; in linker_sanity_check_elf() local
759 static int linker_sanity_check_elf_symtab(struct src_obj *obj, struct src_sec *sec) in linker_sanity_check_elf_symtab()
833 static int linker_sanity_check_elf_relos(struct src_obj *obj, struct src_sec *sec) in linker_sanity_check_elf_relos()
1032 struct dst_sec *sec; in find_dst_sec_by_name() local
[all …]
/openbmc/linux/tools/perf/tests/workloads/
H A Dsqrtloop.c17 static int __sqrtloop(int sec) in __sqrtloop()
29 int sec = 1; in sqrtloop() local
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h55 struct section *sec; member
76 struct section *sec; member
176 static inline bool is_reloc_sec(struct section *sec) in is_reloc_sec()
181 static inline bool sec_changed(struct section *sec) in sec_changed()
186 static inline void mark_sec_changed(struct elf *elf, struct section *sec, in mark_sec_changed()
193 static inline unsigned int sec_num_entries(struct section *sec) in sec_num_entries()
298 #define for_each_sec(file, sec) \ argument
301 #define sec_for_each_sym(sec, sym) \ argument
331 static inline u32 sec_offset_hash(struct section *sec, unsigned long offset) in sec_offset_hash()

12345678910>>...14