Home
last modified time | relevance | path

Searched full:eva (Results 1 – 24 of 24) sorted by relevance

/linux/arch/mips/include/asm/
H A Dasm-eva.h50 " .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 */
H A Deva.h8 * EVA functions for generic code
21 * EVA early init code
H A Dr4kcache.h18 #include <asm/asm-eva.h>
117 " .set eva \n" \
H A Dpm.h142 * segmentation configuration in the case of EVA being enabled, as they must be
H A Dfutex.h15 #include <asm/asm-eva.h>
H A Dasm.h21 #include <asm/asm-eva.h>
/linux/arch/mips/mti-malta/
H A Dmalta-memory.c35 bool eva = IS_ENABLED(CONFIG_EVA); in fw_meminit() local
37 free_init_pages_eva = eva ? free_init_pages_eva_malta : NULL; in fw_meminit()
H A Dmalta-setup.c209 /* 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()
H A Dmalta-dtshim.c80 * The current Malta EVA configuration is "special" in that it in gen_fdt_mem_array()
/linux/drivers/iio/accel/
H A Dadxl345_spi.c5 * Copyright (c) 2017 Eva Rachel Retuya <eraretuya@gmail.com>
93 MODULE_AUTHOR("Eva Rachel Retuya <eraretuya@gmail.com>");
H A Dadxl345.h5 * Copyright (c) 2017 Eva Rachel Retuya <eraretuya@gmail.com>
H A Dadxl345_core.c5 * Copyright (c) 2017 Eva Rachel Retuya <eraretuya@gmail.com>
2040 MODULE_AUTHOR("Eva Rachel Retuya <eraretuya@gmail.com>");
/linux/arch/mips/include/asm/mach-malta/
H A Dkernel-entry-init.h17 * Prepare segments for EVA boot:
128 .asciz "EVA kernel requires a MIPS core with Segment Control implemented\n"
H A Dspaces.h15 * Traditional Malta Board Memory Map for EVA
/linux/arch/mips/lib/
H A Dstrncpy_user.S37 .set eva define
H A Dstrnlen_user.S40 .set eva define
H A Dcsum_partial.S352 /* This is enabled in EVA mode */ \
362 /* EVA without exception */ \
/linux/arch/mips/kernel/
H A Dsignal.c180 * 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()
H A Dcps-vec-ns16550.S167 * memory accesses at that point (cache state indeterminate, EVA may not
H A Dsyscall.c32 #include <asm/asm-eva.h>
H A Dtraps.c2352 * EVA is special though as it allows segments to be rearranged in trap_init()
/linux/drivers/gpu/drm/
H A Ddrm_panel_backlight_quirks.c104 .dmi_match_other.value = "ONEXPLAYER F1 EVA-02",
/linux/arch/mips/mm/
H A Dinit.c493 * init section since EVA may have used any possible mapping in free_initmem()
/linux/arch/mips/kvm/
H A Dvz.c567 * is_eva_access() - Find whether an instruction is an EVA memory accessor.
570 * Finds whether @inst encodes an EVA memory access instruction, which would
575 * Returns: Whether @inst encodes an EVA accessor instruction.
662 * EVA access instructions in kernel in is_eva_am_mapped()