Home
last modified time | relevance | path

Searched refs:get_flags (Results 1 – 20 of 20) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dringbuf_bench.c26 static __always_inline long get_flags() in get_flags()
54 flags = get_flags(); in bench_ringbuf()
62 flags = get_flags();
23 static __always_inline long get_flags() get_flags() function
/linux/arch/sparc/kernel/
H A Dof_device_32.c146 .get_flags = of_bus_pci_get_flags,
155 .get_flags = of_bus_sbus_get_flags,
164 .get_flags = of_bus_ambapp_get_flags,
173 .get_flags = of_bus_default_get_flags,
290 flags = bus->get_flags(reg, 0); in build_device_resources()
316 flags = pbus->get_flags(addr, flags); in build_device_resources()
H A Dof_device_64.c191 .get_flags = of_bus_pci_get_flags,
200 .get_flags = of_bus_pci_get_flags,
209 .get_flags = of_bus_default_get_flags,
218 .get_flags = of_bus_default_get_flags,
227 .get_flags = of_bus_default_get_flags,
367 flags = bus->get_flags(addr, 0); in build_device_resources()
393 flags = pbus->get_flags(addr, flags); in build_device_resources()
H A Dof_device_common.h34 unsigned long (*get_flags)(const u32 *addr, unsigned long); member
/linux/drivers/of/
H A Daddress.c37 unsigned int (*get_flags)(const __be32 *addr); member
349 .get_flags = of_bus_pci_get_flags,
361 .get_flags = of_bus_isa_get_flags,
372 .get_flags = of_bus_default_flags_get_flags,
382 .get_flags = of_bus_default_get_flags,
722 *flags = bus->get_flags(prop); in __of_get_address()
803 range->flags = parser->bus->get_flags(parser->range); in of_pci_range_parser_one()
824 flags = parser->bus->get_flags(parser->range); in of_pci_range_parser_one()
/linux/include/linux/
H A Dbpf_crypto.h16 u32 (*get_flags)(void *tfm); member
/linux/drivers/firmware/efi/libstub/
H A Dvsprintf.c153 int get_flags(const char **fmt) in get_flags() function
344 flags = get_flags(&fmt); in vsnprintf()
/linux/drivers/nvdimm/
H A Dnd-core.h63 flags = nvdimm->sec.ops->get_flags(nvdimm, ptype); in nvdimm_security_flags()
/linux/drivers/cxl/
H A Dsecurity.c197 .get_flags = cxl_pmem_get_security_flags,
/linux/arch/x86/kernel/
H A Dptrace.c342 static unsigned long get_flags(struct task_struct *task) in get_flags() function
419 return get_flags(task); in getreg()
996 *val = get_flags(child); in getreg32()
/linux/kernel/bpf/
H A Dcrypto.c202 if (type->get_flags(ctx->tfm) & CRYPTO_TFM_NEED_KEY) { in bpf_crypto_ctx_create()
/linux/drivers/acpi/nfit/
H A Dintel.c385 .get_flags = intel_security_flags,
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto_tkip.c715 .get_flags = libipw_tkip_get_flags,
H A Dlibipw.h743 unsigned long (*get_flags) (void *priv); member
H A Dipw2100.c7580 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw2100_wx_set_auth()
7583 flags = crypt->ops->get_flags(crypt->priv); in ipw2100_wx_set_auth()
7671 if (!crypt || !crypt->ops->get_flags) { in ipw2100_wx_get_auth()
7677 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw2100_wx_get_auth()
H A Dipw2200.c6582 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw_wx_set_auth()
6585 flags = crypt->ops->get_flags(crypt->priv); in ipw_wx_set_auth()
6673 if (!crypt || !crypt->ops->get_flags) in ipw_wx_get_auth()
6676 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw_wx_get_auth()
/linux/tools/perf/util/
H A Dauxtrace.c1508 static int get_flags(const char **ptr, unsigned int *plus_flags, unsigned int *minus_flags) in get_flags() function
1636 if (get_flags(&p, &synth_opts->error_plus_flags, in itrace_do_parse_synth_opts()
1642 if (get_flags(&p, &synth_opts->log_plus_flags, in itrace_do_parse_synth_opts()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c3840 bool get_flags = false; in svm_range_get_attr() local
3886 get_flags = true; in svm_range_get_attr()
3955 if (get_flags) { in svm_range_get_attr()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c2354 cmd->get_flags = ICE_AQC_TX_TOPO_GET_RAM; in ice_get_set_tx_topo()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c4320 static void get_flags(int flags, unsigned long *flow_flags) in get_flags() function
4748 get_flags(flags, &flow_flags); in mlx5e_tc_add_flow()