Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index
The Linux kernel configuration item CONFIG_REGPARM
has multiple definitions:
arch/i386/Kconfig
The configuration item CONFIG_REGPARM:
(none)
Compile the kernel with -mregparm=3. This instructs gcc to use a more efficient function call ABI which passes the first three arguments of a function call via registers, which results in denser and faster code.
If this option is disabled, then the default ABI of passing arguments via the stack is used.
If unsure, say Y.
arch/i386/Kconfig
The configuration item CONFIG_REGPARM:
CONFIG_EXPERIMENTAL
Compile the kernel with -mregparm=3. This uses a different ABI and passes the first three arguments of a function call in registers. This will probably break binary only modules.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index
Automatically generated (in year 2024). See also LKDDb sources on GitLab