* [kvms390:sae 36/43] <instantiation>:1:36: error: too many positional arguments
@ 2026-09-02 4:55 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-09-02 4:55 UTC (permalink / raw)
To: Steffen Eiden; +Cc: llvm, oe-kbuild-all, linux-s390
tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git sae
head: e3cbc45b3834d68c7e45ba1562f45af312c99d81
commit: abcde5421be2b45c53e0e9516108ff610fdadf80 [36/43] KVM: s390: arm64: Implement arm sysreg managing infrastructure
config: s390-allmodconfig (https://download.01.org/0day-ci/archive/20260902/202609021240.EJLfb3WZ-lkp@intel.com/config)
compiler: clang version 24.0.0git (https://github.com/llvm/llvm-project 678058af7da6a20593d8bb23076dc4773f9e55f1)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260902/202609021240.EJLfb3WZ-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202609021240.EJLfb3WZ-lkp@intel.com/
All errors (new ones prefixed by >>):
| ^~~~~~~~~~
<scratch space>:160:1: note: expanded from here
160 | set_id_aa64mmfr2_el1
| ^~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:582:2: note: previous initialization is here
582 | ID_FILTERED(ID_AA64MMFR2_EL1, id_aa64mmfr2_el1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
583 | ~(ID_AA64MMFR2_EL1_RES0 | ID_AA64MMFR2_EL1_EVT |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
584 | ID_AA64MMFR2_EL1_FWB | ID_AA64MMFR2_EL1_IDS |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
585 | ID_AA64MMFR2_EL1_NV | ID_AA64MMFR2_EL1_CCIDX)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:917:2: note: expanded from macro 'ID_FILTERED'
917 | ID_DESC(sysreg), \
| ^~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:890:2: note: expanded from macro 'ID_DESC'
890 | ID_DESC_DEFAULT_CALLBACKS
| ^~~~~~~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:884:14: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
884 | .set_user = set_id_reg, \
| ^~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:590:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
590 | ID_UNALLOCATED(7, 5),
| ^~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:931:16: note: expanded from macro 'ID_UNALLOCATED'
931 | .visibility = raz_visibility, \
| ^~~~~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:590:2: note: previous initialization is here
590 | ID_UNALLOCATED(7, 5),
| ^~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:930:2: note: expanded from macro 'ID_UNALLOCATED'
930 | ID_DESC_DEFAULT_CALLBACKS, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:885:16: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
885 | .visibility = id_visibility, \
| ^~~~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:591:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
591 | ID_UNALLOCATED(7, 6),
| ^~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:931:16: note: expanded from macro 'ID_UNALLOCATED'
931 | .visibility = raz_visibility, \
| ^~~~~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:591:2: note: previous initialization is here
591 | ID_UNALLOCATED(7, 6),
| ^~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:930:2: note: expanded from macro 'ID_UNALLOCATED'
930 | ID_DESC_DEFAULT_CALLBACKS, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:885:16: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
885 | .visibility = id_visibility, \
| ^~~~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:592:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
592 | ID_UNALLOCATED(7, 7),
| ^~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:931:16: note: expanded from macro 'ID_UNALLOCATED'
931 | .visibility = raz_visibility, \
| ^~~~~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:592:2: note: previous initialization is here
592 | ID_UNALLOCATED(7, 7),
| ^~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:930:2: note: expanded from macro 'ID_UNALLOCATED'
930 | ID_DESC_DEFAULT_CALLBACKS, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:885:16: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
885 | .visibility = id_visibility, \
| ^~~~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:626:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
626 | ID_FILTERED(CTR_EL0, ctr_el0,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
627 | CTR_EL0_DIC_MASK | CTR_EL0_IDC_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
628 | CTR_EL0_DminLine_MASK | CTR_EL0_L1Ip_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
629 | CTR_EL0_IminLine_MASK),
| ~~~~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:918:14: note: expanded from macro 'ID_FILTERED'
918 | .set_user = set_##name, \
| ^~~~~~~~~~
<scratch space>:204:1: note: expanded from here
204 | set_ctr_el0
| ^~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:626:2: note: previous initialization is here
626 | ID_FILTERED(CTR_EL0, ctr_el0,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
627 | CTR_EL0_DIC_MASK | CTR_EL0_IDC_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
628 | CTR_EL0_DminLine_MASK | CTR_EL0_L1Ip_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
629 | CTR_EL0_IminLine_MASK),
| ~~~~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:917:2: note: expanded from macro 'ID_FILTERED'
917 | ID_DESC(sysreg), \
| ^~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:890:2: note: expanded from macro 'ID_DESC'
890 | ID_DESC_DEFAULT_CALLBACKS
| ^~~~~~~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/generated/sys_regs.inc:884:14: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
884 | .set_user = set_id_reg, \
| ^~~~~~~~~~
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16255, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16255,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16110, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16110,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -32750, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-32750,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -15616, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-15616,0
| ^
<instantiation>:1:35: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -8573, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-8573,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -15728, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-15728,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -14713, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-14713,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16109, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16109,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -32628, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-32628,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16240, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16240,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16256, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16256,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16120, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16120,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -14584, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-14584,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -14848, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-14848,0
| ^
<instantiation>:1:35: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -8574, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-8574,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16119, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16119,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16103, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16103,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -15736, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-15736,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -15735, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-15735,0
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
47 warnings and 20 errors generated.
--
| ^~~~~~~~~~
<scratch space>:160:1: note: expanded from here
160 | set_id_aa64mmfr2_el1
| ^~~~~~~~~~~~~~~~~~~~
sys_regs.c:582:2: note: previous initialization is here
582 | ID_FILTERED(ID_AA64MMFR2_EL1, id_aa64mmfr2_el1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
583 | ~(ID_AA64MMFR2_EL1_RES0 | ID_AA64MMFR2_EL1_EVT |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
584 | ID_AA64MMFR2_EL1_FWB | ID_AA64MMFR2_EL1_IDS |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
585 | ID_AA64MMFR2_EL1_NV | ID_AA64MMFR2_EL1_CCIDX)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./generated/sys_regs.inc:917:2: note: expanded from macro 'ID_FILTERED'
917 | ID_DESC(sysreg), \
| ^~~~~~~~~~~~~~~
./generated/sys_regs.inc:890:2: note: expanded from macro 'ID_DESC'
890 | ID_DESC_DEFAULT_CALLBACKS
| ^~~~~~~~~~~~~~~~~~~~~~~~~
./generated/sys_regs.inc:884:14: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
884 | .set_user = set_id_reg, \
| ^~~~~~~~~~
sys_regs.c:590:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
590 | ID_UNALLOCATED(7, 5),
| ^~~~~~~~~~~~~~~~~~~~
./generated/sys_regs.inc:931:16: note: expanded from macro 'ID_UNALLOCATED'
931 | .visibility = raz_visibility, \
| ^~~~~~~~~~~~~~
sys_regs.c:590:2: note: previous initialization is here
590 | ID_UNALLOCATED(7, 5),
| ^~~~~~~~~~~~~~~~~~~~
./generated/sys_regs.inc:930:2: note: expanded from macro 'ID_UNALLOCATED'
930 | ID_DESC_DEFAULT_CALLBACKS, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~
./generated/sys_regs.inc:885:16: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
885 | .visibility = id_visibility, \
| ^~~~~~~~~~~~~
sys_regs.c:591:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
591 | ID_UNALLOCATED(7, 6),
| ^~~~~~~~~~~~~~~~~~~~
./generated/sys_regs.inc:931:16: note: expanded from macro 'ID_UNALLOCATED'
931 | .visibility = raz_visibility, \
| ^~~~~~~~~~~~~~
sys_regs.c:591:2: note: previous initialization is here
591 | ID_UNALLOCATED(7, 6),
| ^~~~~~~~~~~~~~~~~~~~
./generated/sys_regs.inc:930:2: note: expanded from macro 'ID_UNALLOCATED'
930 | ID_DESC_DEFAULT_CALLBACKS, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~
./generated/sys_regs.inc:885:16: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
885 | .visibility = id_visibility, \
| ^~~~~~~~~~~~~
sys_regs.c:592:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
592 | ID_UNALLOCATED(7, 7),
| ^~~~~~~~~~~~~~~~~~~~
./generated/sys_regs.inc:931:16: note: expanded from macro 'ID_UNALLOCATED'
931 | .visibility = raz_visibility, \
| ^~~~~~~~~~~~~~
sys_regs.c:592:2: note: previous initialization is here
592 | ID_UNALLOCATED(7, 7),
| ^~~~~~~~~~~~~~~~~~~~
./generated/sys_regs.inc:930:2: note: expanded from macro 'ID_UNALLOCATED'
930 | ID_DESC_DEFAULT_CALLBACKS, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~
./generated/sys_regs.inc:885:16: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
885 | .visibility = id_visibility, \
| ^~~~~~~~~~~~~
sys_regs.c:626:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
626 | ID_FILTERED(CTR_EL0, ctr_el0,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
627 | CTR_EL0_DIC_MASK | CTR_EL0_IDC_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
628 | CTR_EL0_DminLine_MASK | CTR_EL0_L1Ip_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
629 | CTR_EL0_IminLine_MASK),
| ~~~~~~~~~~~~~~~~~~~~~~
./generated/sys_regs.inc:918:14: note: expanded from macro 'ID_FILTERED'
918 | .set_user = set_##name, \
| ^~~~~~~~~~
<scratch space>:204:1: note: expanded from here
204 | set_ctr_el0
| ^~~~~~~~~~~
sys_regs.c:626:2: note: previous initialization is here
626 | ID_FILTERED(CTR_EL0, ctr_el0,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
627 | CTR_EL0_DIC_MASK | CTR_EL0_IDC_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
628 | CTR_EL0_DminLine_MASK | CTR_EL0_L1Ip_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
629 | CTR_EL0_IminLine_MASK),
| ~~~~~~~~~~~~~~~~~~~~~~
./generated/sys_regs.inc:917:2: note: expanded from macro 'ID_FILTERED'
917 | ID_DESC(sysreg), \
| ^~~~~~~~~~~~~~~
./generated/sys_regs.inc:890:2: note: expanded from macro 'ID_DESC'
890 | ID_DESC_DEFAULT_CALLBACKS
| ^~~~~~~~~~~~~~~~~~~~~~~~~
./generated/sys_regs.inc:884:14: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
884 | .set_user = set_id_reg, \
| ^~~~~~~~~~
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16255, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16255,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16110, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16110,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -32750, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-32750,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -15616, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-15616,0
| ^
<instantiation>:1:35: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -8573, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-8573,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -15728, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-15728,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -14713, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-14713,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16109, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16109,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -32628, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-32628,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16240, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16240,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16256, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16256,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16120, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16120,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -14584, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-14584,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -14848, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-14848,0
| ^
<instantiation>:1:35: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -8574, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-8574,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16119, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16119,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16103, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16103,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -15736, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-15736,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -15735, 0,
| ^
arch/s390/include/asm/sae.h:74:3: note: while in macro instantiation
74 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-15735,0
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
47 warnings and 20 errors generated.
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-02 4:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-02 4:55 [kvms390:sae 36/43] <instantiation>:1:36: error: too many positional arguments kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox