/linux-6.3-rc2/drivers/crypto/vmx/ |
A D | ppc-xlate.pl | 6 my $flavour = shift; 11 my $dotinlocallabels=($flavour=~/linux/)?1:0; 12 my $elfv2abi=(($flavour =~ /linux-ppc64le/) or ($flavour =~ /linux-ppc64-elfv2/))?1:0; 26 SWITCH: for ($flavour) { 44 my $ret = ($flavour =~ /aix/) ? ".csect\t.text[PR],7" : ".text"; 51 if ($flavour =~ /osx/) 58 if ($flavour =~ /linux/) 89 { push(@ret,$flavour=~/le$/o?".long\t$lo,$hi":".long\t$hi,$lo"); } 103 ($flavour =~ /linux.*32/) ? 111 } if ($flavour!~/linux/); [all …]
|
A D | Makefile | 6 override flavour := linux-ppc64le 9 override flavour := linux-ppc64-elfv2 11 override flavour := linux-ppc64 16 cmd_perl = $(PERL) $< $(flavour) > $@
|
A D | ghashp8-ppc.pl | 30 $flavour=shift; 33 if ($flavour =~ /64/) { 39 } elsif ($flavour =~ /32/) { 45 } else { die "nonsense $flavour"; } 52 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!"; 233 if ($flavour =~ /le$/o) { # little-endian
|
/linux-6.3-rc2/arch/mips/crypto/ |
A D | Makefile | 15 perlasm-flavour-$(CONFIG_32BIT) := o32 16 perlasm-flavour-$(CONFIG_64BIT) := 64 19 cmd_perlasm = $(PERL) $(<) $(perlasm-flavour-y) $(@)
|
A D | poly1305-mips.pl | 66 $flavour = shift || "64"; # supported flavours are o32,n32,64,nubi32,nubi64 68 $v0 = ($flavour =~ /nubi/i) ? $a0 : $t0; 70 if ($flavour =~ /64|n32/i) {{{ 224 my $SAVED_REGS_MASK = ($flavour =~ /nubi/i) ? "0x0003f000" : "0x00030000"; 261 $code.=<<___ if ($flavour =~ /nubi/i); # optimize non-nubi prologue 430 $code.=<<___ if ($flavour =~ /nubi/i); # optimize non-nubi epilogue 731 my $SAVED_REGS_MASK = ($flavour =~ /nubi/i) ? "0x00fff000" : "0x00ff0000"; 758 $code.=<<___ if ($flavour =~ /nubi/i); # optimize non-nubi prologue 1140 $code.=<<___ if ($flavour =~ /nubi/i); # optimize non-nubi prologue
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
A D | switchdev.rst | 117 - Add a devlink port of subfunction flavour:: 119 $ devlink port add pci/0000:06:00.0 flavour pcisf pfnum 0 sfnum 88 120 …pci/0000:06:00.0/32768: type eth netdev eth6 flavour pcisf controller 0 pfnum 0 sfnum 88 external … 127 pci/0000:06:00.0/32768: type eth netdev enp6s0pf0sf88 flavour pcisf pfnum 0 sfnum 88 180 …pci/0000:06:00.0/32768: type eth netdev ens2f0npf0sf88 flavour pcisf controller 0 pfnum 0 sfnum 88… 189 …pci/0000:06:00.0/32768: type eth netdev ens2f0npf0sf88 flavour pcisf controller 0 pfnum 0 sfnum 88… 204 auxiliary/mlx5_core.sf.4/1: type eth netdev p0sf88 flavour virtual port 0 splittable false 237 …pci/0000:06:00.0/32768: type eth netdev ens2f0npf0sf88 flavour pcisf controller 0 pfnum 0 sfnum 88…
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | devlink.c | 51 attrs.flavour = DEVLINK_PORT_FLAVOUR_PHYSICAL; in mlx5e_devlink_port_register() 61 attrs.flavour = DEVLINK_PORT_FLAVOUR_VIRTUAL; in mlx5e_devlink_port_register()
|
/linux-6.3-rc2/include/linux/sunrpc/ |
A D | svcauth.h | 82 struct auth_ops *flavour; member 129 int flavour; member
|
/linux-6.3-rc2/Documentation/networking/devlink/ |
A D | devlink-port.rst | 11 of many flavours. A devlink port flavour along with port attributes 142 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1 151 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1 158 pci/0000:06:00.0/32768: type eth netdev enp6s0pf0sf88 flavour pcisf pfnum 0 sfnum 88 167 pci/0000:06:00.0/32768: type eth netdev enp6s0pf0sf88 flavour pcisf pfnum 0 sfnum 88 187 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1 196 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1 220 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1 229 pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1 263 subfunction by adding a devlink port of subfunction flavour. The devlink
|
/linux-6.3-rc2/net/dsa/ |
A D | devlink.c | 320 attrs.flavour = DEVLINK_PORT_FLAVOUR_UNUSED; in dsa_port_devlink_setup() 323 attrs.flavour = DEVLINK_PORT_FLAVOUR_CPU; in dsa_port_devlink_setup() 326 attrs.flavour = DEVLINK_PORT_FLAVOUR_DSA; in dsa_port_devlink_setup() 329 attrs.flavour = DEVLINK_PORT_FLAVOUR_PHYSICAL; in dsa_port_devlink_setup()
|
/linux-6.3-rc2/arch/arm/crypto/ |
A D | poly1305-armv4.pl | 23 $flavour = shift; 24 if ($flavour=~/\w[\w\-]*\.\w+$/) { $output=$flavour; undef $flavour; } 27 if ($flavour && $flavour ne "void") { 33 open STDOUT,"| \"$^X\" $xlate $flavour $output";
|
/linux-6.3-rc2/arch/arm64/crypto/ |
A D | sha512-armv8.pl | 64 $flavour=pop; 66 if ($flavour && $flavour ne "void") { 72 open OUT,"| \"$^X\" $xlate $flavour $output";
|
A D | poly1305-armv8.pl | 30 $flavour=shift; 33 if ($flavour && $flavour ne "void") { 39 open STDOUT,"| \"$^X\" $xlate $flavour $output";
|
/linux-6.3-rc2/fs/nfs/ |
A D | callback.c | 346 if (rqstp->rq_authop->flavour != RPC_AUTH_GSS) in check_gss_callback_principal() 394 switch (rqstp->rq_authop->flavour) { in nfs_callback_authenticate()
|
A D | super.c | 306 static const char *nfs_pseudoflavour_to_name(rpc_authflavor_t flavour) in nfs_pseudoflavour_to_name() argument 309 rpc_authflavor_t flavour; in nfs_pseudoflavour_to_name() member 328 for (i = 0; sec_flavours[i].flavour != UINT_MAX; i++) { in nfs_pseudoflavour_to_name() 329 if (sec_flavours[i].flavour == flavour) in nfs_pseudoflavour_to_name()
|
/linux-6.3-rc2/drivers/net/ethernet/pensando/ionic/ |
A D | ionic_devlink.c | 81 attrs.flavour = DEVLINK_PORT_FLAVOUR_PHYSICAL; in ionic_devlink_register()
|
/linux-6.3-rc2/drivers/net/ethernet/mscc/ |
A D | ocelot.h | 97 enum devlink_port_flavour flavour);
|
/linux-6.3-rc2/net/sunrpc/ |
A D | svcauth_unix.c | 67 if (rv->flavour != &svcauth_unix) { in unix_domain_find() 83 new->h.flavour = &svcauth_unix; in unix_domain_find() 802 .flavour = RPC_AUTH_NULL, 881 .flavour = RPC_AUTH_TLS, 997 .flavour = RPC_AUTH_UNIX,
|
A D | svcauth.c | 161 dom->flavour->domain_release(dom); in auth_domain_release()
|
/linux-6.3-rc2/block/partitions/ |
A D | msdos.c | 356 sector_t offset, sector_t size, int origin, char *flavour, in parse_bsd() argument 372 snprintf(tmp, sizeof(tmp), " %s%d: <%s:", state->name, origin, flavour); in parse_bsd() 387 if (memcmp(flavour, "bsd\0", 4) == 0 && in parse_bsd()
|
/linux-6.3-rc2/arch/x86/crypto/ |
A D | poly1305-x86_64-cryptogams.pl | 69 $flavour = shift; 71 if ($flavour =~ /\./) { $output = $flavour; undef $flavour; } 73 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/); 74 $kernel=0; $kernel=1 if (!$flavour && !$output); 82 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\""; 90 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) && 96 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) && 288 $code.=<<___ if (!$kernel && $flavour !~ /elf32/); 292 $code.=<<___ if (!$kernel && $flavour =~ /elf32/); 2885 $code.=<<___ if ($flavour !~ /elf32/); [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
A D | devlink_port.c | 45 attrs.flavour = DEVLINK_PORT_FLAVOUR_PHYSICAL; in mlx5_esw_dl_port_alloc()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | Kconfig | 8 # flavour. Only one of the two can be selected for a specific arch since
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/ |
A D | dpaa2-eth-devlink.c | 221 attrs.flavour = DEVLINK_PORT_FLAVOUR_PHYSICAL; in dpaa2_eth_dl_port_add()
|
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/ |
A D | nfp_devlink.c | 344 attrs.flavour = DEVLINK_PORT_FLAVOUR_PHYSICAL; in nfp_devlink_port_register()
|