Searched full:eva (Results 1 – 24 of 24) sorted by relevance
50 " .set eva\n" \64 /* No 64-bit EVA instruction for loading double words */71 /* No 64-bit EVA instruction for storing double words */137 .set eva; \151 /* No 64-bit EVA instruction for loading double words */158 /* No 64-bit EVA instruction for loading double words */
8 * EVA functions for generic code21 * EVA early init code
18 #include <asm/asm-eva.h>117 " .set eva \n" \
142 * segmentation configuration in the case of EVA being enabled, as they must be
15 #include <asm/asm-eva.h>
21 #include <asm/asm-eva.h>
35 bool eva = IS_ENABLED(CONFIG_EVA); in fw_meminit() local37 free_init_pages_eva = eva ? free_init_pages_eva_malta : NULL; in fw_meminit()
209 /* EVA has already been configured in mach-malta/kernel-init.h */ in plat_mem_setup()210 pr_info("Enhanced Virtual Addressing (EVA) activated\n"); in plat_mem_setup()
80 * The current Malta EVA configuration is "special" in that it in gen_fdt_mem_array()
5 * Copyright (c) 2017 Eva Rachel Retuya <eraretuya@gmail.com>93 MODULE_AUTHOR("Eva Rachel Retuya <eraretuya@gmail.com>");
5 * Copyright (c) 2017 Eva Rachel Retuya <eraretuya@gmail.com>
5 * Copyright (c) 2017 Eva Rachel Retuya <eraretuya@gmail.com>2040 MODULE_AUTHOR("Eva Rachel Retuya <eraretuya@gmail.com>");
17 * Prepare segments for EVA boot:128 .asciz "EVA kernel requires a MIPS core with Segment Control implemented\n"
15 * Traditional Malta Board Memory Map for EVA
37 .set eva define
40 .set eva define
352 /* This is enabled in EVA mode */ \362 /* EVA without exception */ \
180 * There are no EVA versions of the vector register load/store in save_msa_extcontext()227 * There are no EVA versions of the vector register load/store in restore_msa_extcontext()344 * EVA does not have userland equivalents of ldc1 or sdc1, so in protected_save_fp_context()406 * EVA does not have userland equivalents of ldc1 or sdc1, so we in protected_restore_fp_context()
167 * memory accesses at that point (cache state indeterminate, EVA may not
32 #include <asm/asm-eva.h>
2352 * EVA is special though as it allows segments to be rearranged in trap_init()
104 .dmi_match_other.value = "ONEXPLAYER F1 EVA-02",
493 * init section since EVA may have used any possible mapping in free_initmem()
567 * is_eva_access() - Find whether an instruction is an EVA memory accessor.570 * Finds whether @inst encodes an EVA memory access instruction, which would575 * Returns: Whether @inst encodes an EVA accessor instruction.662 * EVA access instructions in kernel in is_eva_am_mapped()