Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index

CONFIG_REGPARM: Use register arguments

General informations

The Linux kernel configuration item CONFIG_REGPARM has multiple definitions:

Use register arguments found in arch/i386/Kconfig

The configuration item CONFIG_REGPARM:

Help text

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.

Use register arguments (EXPERIMENTAL) found in arch/i386/Kconfig

The configuration item CONFIG_REGPARM:

Help text

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.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index

Automatically generated (in year 2024). See also LKDDb sources on GitLab