Lines Matching +full:re +full:- +full:config
1 # SPDX-License-Identifier: GPL-2.0
7 config IA64_GRANULE_16MB
10 IA-64 identity-mapped regions use a large page size called "granules".
15 config IA64_GRANULE_64MB
21 config IA64_PRINT_HAZARDS
22 bool "Print possible IA-64 dependency violations to console"
26 Faults, that is, for Read-after-Write (RAW), Write-after-Write (WAW),
27 or Write-after-Read (WAR) violations. This option is ignored if you
29 (CONFIG_ITANIUM_ASTEP_SPECIFIC). If you're unsure, select Y.
31 config DISABLE_VHPT
37 can select this option to disable the VHPT for debugging. If you're
40 config IA64_DEBUG_CMPXCHG
41 bool "Turn on compare-and-exchange bug checking (slow!)"
44 Selecting this option turns on bug checking for the IA-64
45 compare-and-exchange instructions. This is slow! Itaniums
46 from step B3 or later don't have this problem. If you're unsure,
49 config IA64_DEBUG_IRQ
53 Selecting this option turns on bug checking for the IA-64 irq_save
55 problems, but slow! If you're unsure, select N.