Home
last modified time | relevance | path

Searched refs:emulate (Results 1 – 25 of 145) sorted by relevance

123456

/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dtrace.h14 TP_PROTO(unsigned int inst, unsigned long _pc, unsigned int emulate),
15 TP_ARGS(inst, _pc, emulate),
20 __field( unsigned int, emulate )
26 __entry->emulate = emulate;
30 __entry->inst, __entry->pc, __entry->emulate)
H A DMakefile21 emulate.o \
33 emulate.o \
48 emulate.o \
113 emulate.o \
H A DKconfig98 on POWER7 or later processors, and cannot emulate a
115 and can emulate processors that are different from the host
187 host kernel, rather than relying on userspace to emulate.
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_spc.c668 sense_reason_t (*emulate)(struct se_cmd *, unsigned char *); member
670 { .page = 0x00, .emulate = spc_emulate_evpd_00 },
671 { .page = 0x80, .emulate = spc_emulate_evpd_80 },
672 { .page = 0x83, .emulate = spc_emulate_evpd_83 },
673 { .page = 0x86, .emulate = spc_emulate_evpd_86 },
674 { .page = 0xb0, .emulate = spc_emulate_evpd_b0 },
675 { .page = 0xb1, .emulate = spc_emulate_evpd_b1 },
676 { .page = 0xb2, .emulate = spc_emulate_evpd_b2 },
677 { .page = 0xb3, .emulate = spc_emulate_evpd_b3 },
739 ret = evpd_handlers[p].emulate(cmd, buf); in spc_emulate_inquiry()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/nwfpe/
H A Dentry.S72 emulate: label
81 bl EmulateAll @ emulate the instruction
99 b emulate @ check condition and emulate
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_rom.c240 bool emulate, alloced; in dm_pci_run_vga_bios() local
274 emulate = false; in dm_pci_run_vga_bios()
281 emulate = true; in dm_pci_run_vga_bios()
285 emulate = true; in dm_pci_run_vga_bios()
292 emulate = false; in dm_pci_run_vga_bios()
296 if (emulate) { in dm_pci_run_vga_bios()
/OK3568_Linux_fs/kernel/drivers/staging/fbtft/
H A Dfb_hx8340bn.c30 static bool emulate; variable
31 module_param(emulate, bool, 0000);
32 MODULE_PARM_DESC(emulate, "Force emulation in 9-bit mode");
/OK3568_Linux_fs/kernel/arch/arm/probes/
H A Ddecode-thumb.c863 bool emulate, const union decode_action *actions, in thumb16_probes_decode_insn() argument
869 emulate, actions, checkers); in thumb16_probes_decode_insn()
874 bool emulate, const union decode_action *actions, in thumb32_probes_decode_insn() argument
880 emulate, actions, checkers); in thumb32_probes_decode_insn()
H A Ddecode-thumb.h88 bool emulate, const union decode_action *actions,
92 bool emulate, const union decode_action *actions,
H A Ddecode.c413 bool emulate, const union decode_action *actions, in probes_decode_insn() argument
442 if (emulate) in probes_decode_insn()
458 if (!decode_regs(&insn, regs, emulate)) in probes_decode_insn()
501 if (!emulate) in probes_decode_insn()
H A Ddecode-arm.h64 struct arch_probes_insn *, bool emulate,
/OK3568_Linux_fs/kernel/tools/perf/
H A Dperf-completion.sh219 emulate -L zsh
238 emulate -L zsh
266 emulate ksh -c __perf_main
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dalternative.c1570 const void *opcode, size_t len, const void *emulate) in text_poke_loc_init() argument
1576 if (!emulate) in text_poke_loc_init()
1577 emulate = opcode; in text_poke_loc_init()
1579 ret = insn_decode_kernel(&insn, emulate); in text_poke_loc_init()
1617 BUG_ON(memcmp(emulate, ideal_nops[len], len)); in text_poke_loc_init()
1623 BUG_ON(memcmp(emulate, ideal_nops[NOP_ATOMIC5], len)); in text_poke_loc_init()
1669 void __ref text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_queue() argument
1681 text_poke_loc_init(tp, addr, opcode, len, emulate); in text_poke_queue()
1695 void __ref text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate) in text_poke_bp() argument
1704 text_poke_loc_init(&tp, addr, opcode, len, emulate); in text_poke_bp()
H A Duprobes.c506 bool (*emulate)(struct arch_uprobe *, struct pt_regs *); member
707 .emulate = branch_emulate_op,
712 .emulate = push_emulate_op,
1048 if (auprobe->ops->emulate) in __skip_sstep()
1049 return auprobe->ops->emulate(auprobe, regs); in __skip_sstep()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtext-patching.h48 extern void text_poke_bp(void *addr, const void *opcode, size_t len, const void *emulate);
50 extern void text_poke_queue(void *addr, const void *opcode, size_t len, const void *emulate);
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/pixman/
H A D0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch107 + hwcap |= ARM_HWCAP_VFP; /* qemu is supposed to emulate vfp */
108 + hwcap |= ARM_HWCAP_NEON; /* qemu is supposed to emulate neon */
113 + hwcap |= ARM_HWCAP_VFP; /* qemu is supposed to emulate vfp */
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dbit97 // Win32 doesn't have _BitScanForward64 so emulate it with two 32 bit calls.
130 // Win32 doesn't have _BitScanReverse64 so emulate it with two 32 bit calls.
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dbit97 // Win32 doesn't have _BitScanForward64 so emulate it with two 32 bit calls.
130 // Win32 doesn't have _BitScanReverse64 so emulate it with two 32 bit calls.
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dx_fline.S70 subl #UNIMP_40_SIZE-4,%a7 |emulate an orig fsave
78 subl #UNIMP_41_SIZE-4,%a7 |emulate a rev fsave
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-driver/
H A Dxf86-video-cirrus_1.5.3.bb5 devices are not so common in the wild anymore, but QEMU can emulate one, so \
/OK3568_Linux_fs/buildroot/board/qemu/x86_64/
H A Dreadme.txt5 Optionally add -smp N to emulate a SMP system with N CPUs.
/OK3568_Linux_fs/buildroot/board/qemu/x86/
H A Dreadme.txt5 Optionally add -smp N to emulate a SMP system with N CPUs.
/OK3568_Linux_fs/kernel/drivers/mtd/
H A DKconfig54 on flash chips to emulate a smaller block size. Needless to say,
80 file system on a flash device to emulate a block device with
97 file system on a flash device to emulate a block device with
121 uses a kind of pseudo-file system on a flash device to emulate
/OK3568_Linux_fs/buildroot/package/libfastjson/
H A DConfig.in3 # uses the __sync_*_4 intrisics, or pthreads to emulate atomicity
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A DMakefile11 kvm-objs := $(common-objs-y) mips.o emulate.o entry.o \

123456