Searched refs:replace (Results 1 – 25 of 25) sorted by relevance
| /arch/s390/kernel/ |
| A D | alternative.c | 54 bool debug, replace; in __apply_alternatives() local 67 replace = test_facility(a->data); in __apply_alternatives() 71 replace = test_machine_feature(a->data); in __apply_alternatives() 75 replace = nobp_enabled(); in __apply_alternatives() 79 replace = false; in __apply_alternatives() 82 if (!replace) in __apply_alternatives()
|
| /arch/x86/kernel/cpu/mtrr/ |
| A D | mtrr.c | 235 int i, replace, error; in mtrr_add_page() local 268 replace = -1; in mtrr_add_page() 289 replace = replace == -1 ? i : -2; in mtrr_add_page() 313 i = mtrr_if->get_free_region(base, size, replace); in mtrr_add_page() 316 if (likely(replace < 0)) { in mtrr_add_page() 319 mtrr_usage_table[i] = mtrr_usage_table[replace]; in mtrr_add_page() 322 if (unlikely(replace != i)) { in mtrr_add_page() 323 set_mtrr(replace, 0, 0, 0); in mtrr_add_page() 324 mtrr_usage_table[replace] = 0; in mtrr_add_page()
|
| /arch/arm64/boot/dts/freescale/ |
| A D | fsl-ls1043a-rdb.dts | 108 * Standard CS timing properties replace the deprecated vendor 122 * Standard CS timing properties replace the deprecated vendor 136 * Standard CS timing properties replace the deprecated vendor
|
| /arch/xtensa/kernel/ |
| A D | vectors.S | 407 wsr a0, depc # replace the saved a0 416 wsr a0, depc # replace the saved a0
|
| /arch/arm64/boot/dts/mediatek/ |
| A D | mt8186-corsola-starmie.dtsi | 106 * and replace it with the driver for side switches.
|
| /arch/x86/include/asm/ |
| A D | apic.h | 171 extern void lapic_assign_legacy_vector(unsigned int isairq, bool replace);
|
| /arch/x86/kernel/apic/ |
| A D | vector.c | 738 void lapic_assign_legacy_vector(unsigned int irq, bool replace) in lapic_assign_legacy_vector() argument 745 irq_matrix_assign_system(vector_matrix, ISA_IRQ_VECTOR(irq), replace); in lapic_assign_legacy_vector()
|
| /arch/arm64/boot/dts/qcom/ |
| A D | msm8916-huawei-g7.dts | 285 * Maybe Huawei decided to replace the second SIM card slot with the
|
| A D | msm8916-alcatel-idol347.dts | 309 /* Primary MI2S is not used, replace with Secondary MI2S for headphones */
|
| A D | msm8994-msft-lumia-octagon.dtsi | 444 * TODO: Once a proper driver is available, replace this.
|
| /arch/arm/boot/dts/marvell/ |
| A D | armada-388-gp.dts | 177 * A388-GP board v1.5 and higher replace
|
| A D | kirkwood.dtsi | 36 /* If a board file needs to change this ranges it must replace it completely */
|
| /arch/m68k/ifpsp060/ |
| A D | ilsp.doc | 54 search and replace function.
|
| A D | fplsp.doc | 55 search and replace function.
|
| A D | TEST.DOC | 45 with a global search and replace function.
|
| A D | fpsp.doc | 51 search and replace function.
|
| A D | isp.doc | 59 search and replace function.
|
| /arch/m68k/fpsp040/ |
| A D | bugfix.S | 481 | You should replace the jump to fpsp_fmt_error with a jump
|
| A D | bindec.S | 248 movew #0x3fff,FP_SCR2(%a6) |replace exponent with 0x3fff
|
| A D | res_func.S | 631 | replace exponent of src with $3fff (keep sign) 641 | replace exponent of src with $3fff (keep sign)
|
| /arch/m68k/ifpsp060/src/ |
| A D | isp.S | 3165 # "replace" this section, if necessary. #
|
| /arch/arm/mm/ |
| A D | Kconfig | 1038 is to replace the normal offset of cache sync operation (0x730)
|
| /arch/arm/ |
| A D | Kconfig | 1159 replace the first two instructions of these library functions
|
| /arch/arm64/ |
| A D | Kconfig | 658 enables PLT support to replace certain ADRP instructions, which can
|
| /arch/x86/ |
| A D | Kconfig | 808 Paravirtualized spinlocks allow a pvops backend to replace the
|
Completed in 48 milliseconds