/openbmc/pam-ipmi/ |
H A D | meson.build | 18 fam = target_machine.cpu_family() variable 20 if (fam == 'aarch64' or fam == 'mips64' or fam == 'ppc64' or 21 fam == 'riscv64' or fam == 'sparc64' or fam == 'x86_64') 23 elif (fam == 'arc' or fam == 'arm' or fam == 'mips' or 24 fam == 'ppc' or fam == 'riscv32' or fam == 'sparc' or 25 fam == 'x86')
|
/openbmc/linux/net/netfilter/ |
H A D | xt_AUDIT.c | 70 int fam = -1; in audit_tg() local 84 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in audit_tg() 87 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in audit_tg() 92 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in audit_tg() 95 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in audit_tg() 99 if (fam == -1) in audit_tg()
|
H A D | nft_log.c | 68 int fam = -1; in nft_log_eval_audit() local 83 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in nft_log_eval_audit() 86 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in nft_log_eval_audit() 91 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in nft_log_eval_audit() 94 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in nft_log_eval_audit() 98 if (fam == -1) in nft_log_eval_audit()
|
/openbmc/linux/arch/x86/lib/ |
H A D | cpu.c | 21 unsigned int fam, model; in x86_model() local 23 fam = x86_family(sig); in x86_model() 27 if (fam >= 0x6) in x86_model()
|
/openbmc/linux/drivers/edac/ |
H A D | mce_amd.c | 1062 unsigned int fam = x86_family(m->cpuid); in decode_mc4_mce() local 1076 if (fam == 0x11) in decode_mc4_mce() 1097 if (fam == 0x15 || fam == 0x16) in decode_mc4_mce() 1120 unsigned int fam = x86_family(m->cpuid); in decode_mc5_mce() local 1124 if (fam == 0xf || fam == 0x11) in decode_mc5_mce() 1238 unsigned int fam = x86_family(m->cpuid); in amd_decode_mce() local 1248 fam, x86_model(m->cpuid), x86_stepping(m->cpuid), in amd_decode_mce() 1273 if (fam >= 0x15) { in amd_decode_mce() 1277 if (fam != 0x15 || m->bank != 4) in amd_decode_mce() 1281 if (fam >= 0x17) in amd_decode_mce()
|
H A D | amd64_edac.c | 129 switch (pvt->fam) { in amd64_read_dct_pci_cfg() 235 if (pvt->fam == 0xf) in set_scrub_rate() 238 if (pvt->fam == 0x15) { in set_scrub_rate() 255 if (pvt->fam == 0x15) { in get_scrub_rate() 411 if (pvt->fam == 0x15) in get_cs_base_and_mask() 814 if (pvt->fam >= 0x10 && pvt->fam <= 0x16) in inj_is_visible() 1673 if (pvt->fam == 0xf) in dct_dump_misc_regs() 1852 switch (pvt->fam) { in dct_determine_memory_type() 2002 if (pvt->fam == 0xf) in read_dram_base_limit_regs() 2290 if (pvt->fam == 0xf) in read_dram_ctl_register() [all …]
|
H A D | amd64_edac.h | 335 u8 fam; /* CPU family */ member 441 if (pvt->fam == 0x15 && pvt->model >= 0x30) in dct_sel_interleave_addr() 503 if (pvt->fam == 0x15 && pvt->model >= 0x30) { in dram_intlv_en() 513 if (pvt->fam == 0x15 && pvt->model >= 0x30) { in dhar_valid() 523 if (pvt->fam == 0x15 && pvt->model >= 0x30) { in dct_sel_baseaddr()
|
/openbmc/linux/include/linux/ |
H A D | lsm_audit.h | 42 } fam; member 116 #define v4info fam.v4 117 #define v6info fam.v6
|
/openbmc/linux/drivers/phy/broadcom/ |
H A D | phy-brcm-usb-init.c | 1067 int fam; in brcm_usb_dvr_init_4908() local 1069 fam = BRCM_FAMILY_4908; in brcm_usb_dvr_init_4908() 1070 params->selected_family = fam; in brcm_usb_dvr_init_4908() 1072 &usb_reg_bits_map_table[fam][0]; in brcm_usb_dvr_init_4908() 1073 params->family_name = family_names[fam]; in brcm_usb_dvr_init_4908() 1079 int fam; in brcm_usb_dvr_init_7445() local 1083 fam = get_family_type(params); in brcm_usb_dvr_init_7445() 1084 params->selected_family = fam; in brcm_usb_dvr_init_7445() 1086 &usb_reg_bits_map_table[fam][0]; in brcm_usb_dvr_init_7445() 1087 params->family_name = family_names[fam]; in brcm_usb_dvr_init_7445()
|
/openbmc/linux/drivers/peci/ |
H A D | device.c | 81 unsigned int fam, model; in peci_x86_cpu_model() local 83 fam = peci_x86_cpu_family(sig); in peci_x86_cpu_model() 87 if (fam >= 0x6) in peci_x86_cpu_model()
|
/openbmc/linux/tools/net/ynl/lib/ |
H A D | ynl.py | 304 fam = dict() 307 fam['id'] = attr.as_scalar('u16') 309 fam['name'] = attr.as_strz() 311 fam['maxattr'] = attr.as_scalar('u32') 313 fam['mcast'] = dict() 323 fam['mcast'][mcast_name] = mcast_id 324 if 'name' in fam and 'id' in fam: 325 genl_family_name_to_id[fam['name']] = fam
|
/openbmc/linux/net/sctp/ |
H A D | bind_addr.c | 488 unsigned short fam = 0; in sctp_is_any() local 493 fam = addr->sa.sa_family; in sctp_is_any() 495 fam = sk->sk_family; in sctp_is_any() 497 af = sctp_get_af_specific(fam); in sctp_is_any()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 105 | 23 owner=fam@euphon.net
|
H A D | 192 | 24 owner=fam@euphon.net
|
H A D | 074 | 24 owner=fam@euphon.net
|
H A D | 182 | 23 owner=fam@euphon.net
|
H A D | 059 | 23 owner=fam@euphon.net
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | gbmc-br-nft.sh | 51 [[ $fam == inet6 && $flags != *tentative* ]]; then
|
H A D | gbmc-br-ula.sh | 58 elif [[ $change == addr && $intf == gbmcbr && $fam == inet6 ]]; then
|
H A D | gbmc-br-gw-src.sh | 113 [[ $fam == inet6 && $flags != *tentative* ]]; then
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | arcregs.h | 310 unsigned int pad2:19, fam:1, pad:2, ent:2, ver:8; member 312 unsigned int ver:8, ent:2, pad:2, fam:1, pad2:19;
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/ |
H A D | gbmc-nic-neigh.sh.in | 67 [[ $fam == inet6 && $flags != *tentative* ]]; then
|
/openbmc/openbmc/meta-google/recipes-google/networking/files/ |
H A D | gbmc-ip-monitor-test.sh | 136 expect_streq "$fam" 'inet6' 147 expect_streq "$fam" 'inet6'
|
H A D | gbmc-ip-monitor.sh | 85 fam="${BASH_REMATCH[3]}"
|
/openbmc/linux/Documentation/devicetree/bindings/display/msm/ |
H A D | dsi-phy-28nm.yaml | 21 - qcom,dsi-phy-28nm-hpm-fam-b
|