Home
last modified time | relevance | path

Searched refs:asn (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/arch/alpha/include/asm/
H A Dmmu_context.h123 unsigned long asn = cpu_last_asn(cpu); in __get_new_mm_context() local
124 unsigned long next = asn + 1; in __get_new_mm_context()
126 if ((asn & HARDWARE_ASN_MASK) >= MAX_ASN) { in __get_new_mm_context()
129 next = (asn & ~HARDWARE_ASN_MASK) + ASN_FIRST_VERSION; in __get_new_mm_context()
140 unsigned long asn; in ev5_switch_mm() local
148 asn = cpu_last_asn(cpu); in ev5_switch_mm()
150 if ((mmc ^ asn) & ~HARDWARE_ASN_MASK) { in ev5_switch_mm()
162 task_thread_info(next)->pcb.asn = mmc & HARDWARE_ASN_MASK; in ev5_switch_mm()
H A Dhwrpb.h83 unsigned int asn; member
/openbmc/openbmc/poky/meta/recipes-support/p11-kit/files/
H A Dfix-parallel-build-failures.patch3 | ../git/common/asn1.c:42:10: fatal error: openssl.asn.h: No such file or directory
4 | 42 | #include "openssl.asn.h"
/openbmc/u-boot/board/siemens/common/
H A Dfactoryset.c244 (uchar *)"id", factory_dat.asn, in factoryset_read_eeprom()
246 debug("factoryset asn: %s\n", factory_dat.asn); in factoryset_read_eeprom()
248 factory_dat.asn[0] = 0; in factoryset_read_eeprom()
H A Dfactoryset.h22 uchar asn[MAX_STRING_LENGTH]; member
/openbmc/u-boot/board/siemens/pxm2/
H A Dboard.c438 if (factory_dat.asn[0] != 0) { in board_late_init()
441 if (strncmp((const char *)factory_dat.asn, "PXM50", 5) == 0) in board_late_init()
445 sprintf(tmp, "%s_%s", factory_dat.asn, in board_late_init()
/openbmc/qemu/target/s390x/
H A Dsigp.c306 uint16_t p_asn, s_asn, asn; in sigp_cond_emergency() local
320 asn = si->param; in sigp_cond_emergency()
327 (!idle && (asn == p_asn || asn == s_asn))) { in sigp_cond_emergency()
/openbmc/u-boot/board/siemens/draco/
H A Dboard.c271 if (factory_dat.asn[0] != 0) { in board_late_init()
272 env_set("dtb_name", (char *)factory_dat.asn); in board_late_init()
/openbmc/linux/arch/s390/kvm/
H A Dsigp.c68 u16 asn, u64 *reg) in __sigp_conditional_emergency() argument
84 || (!idle && (asn == p_asn || asn == s_asn))) { in __sigp_conditional_emergency()
/openbmc/u-boot/board/siemens/rut/
H A Dboard.c476 if (factory_dat.asn[0] != 0) in board_late_init()
477 sprintf(tmp, "%s_%s", factory_dat.asn, in board_late_init()
/openbmc/linux/arch/alpha/boot/
H A Dbootp.c78 pcb_va->asn = 0; in pal_init()
H A Dmain.c72 pcb_va->asn = 0; in pal_init()
H A Dbootpz.c126 pcb_va->asn = 0; in pal_init()
/openbmc/openbmc/poky/meta/recipes-core/dropbear/
H A Ddropbear_2022.83.bb2 HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html"
15 SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
/openbmc/linux/arch/alpha/mm/
H A Dfault.c51 pcb->asn = mmc & HARDWARE_ASN_MASK; in __load_new_mm_context()
/openbmc/linux/drivers/misc/cxl/
H A Dpci.c401 static u64 nbw, asn, capi = 0; in get_phb_indications() local
415 asn = 0x0400UL; in get_phb_indications()
419 asn = (u64)be32_to_cpu(prop[1]); in get_phb_indications()
425 *asnind = asn; in get_phb_indications()
/openbmc/linux/tools/power/cpupower/po/
H A Dcs.po340 msgstr " současná taktika: frekvence by měla být mezi "
359 msgstr " současná frekvence CPU je "
472 " /proc/cpufreq v kernelech řady 2.4 a časné 2.6\n"
924 " /proc/cpufreq v kernelech řady 2.4 a časné 2.6\n"
/openbmc/linux/arch/alpha/kernel/
H A Dsmp.c310 hwpcb->asn = 0; in secondary_cpu_start()