/arch/x86/coco/tdx/ |
D | tdx.c | 206 static int ve_instr_len(struct ve_info *ve) in ve_instr_len() argument 208 switch (ve->exit_reason) { in ve_instr_len() 215 return ve->instr_len; in ve_instr_len() 225 WARN_ONCE(1, "Unexpected #VE-type: %lld\n", ve->exit_reason); in ve_instr_len() 226 return ve->instr_len; in ve_instr_len() 253 static int handle_halt(struct ve_info *ve) in handle_halt() argument 260 return ve_instr_len(ve); in handle_halt() 274 static int read_msr(struct pt_regs *regs, struct ve_info *ve) in read_msr() argument 292 return ve_instr_len(ve); in read_msr() 295 static int write_msr(struct pt_regs *regs, struct ve_info *ve) in write_msr() argument [all …]
|
/arch/mips/math-emu/ |
D | ieee754int.h | 54 #define EXPLODESP(v, vc, vs, ve, vm) \ argument 57 ve = SPBEXP(v); \ 59 if (ve == SP_EMAX+1+SP_EBIAS) { \ 66 } else if (ve == SP_EMIN-1+SP_EBIAS) { \ 68 ve = SP_EMIN; \ 73 ve -= SP_EBIAS; \ 92 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument 96 ve = DPBEXP(v); \ 97 if (ve == DP_EMAX+1+DP_EBIAS) { \ 104 } else if (ve == DP_EMIN-1+DP_EBIAS) { \ [all …]
|
/arch/x86/include/asm/ |
D | tdx.h | 45 void tdx_get_ve_info(struct ve_info *ve); 47 bool tdx_handle_virt_exception(struct pt_regs *regs, struct ve_info *ve);
|
/arch/m68k/hp300/ |
D | README.hp300 | 7 work now but I've only tried 16MB and 12MB.
|
/arch/parisc/math-emu/ |
D | README | 1 All files except driver.c are snapshots from the HP-UX kernel. They've
|
/arch/x86/kernel/ |
D | traps.c | 1335 struct ve_info ve; in DEFINE_IDTENTRY() local 1342 tdx_get_ve_info(&ve); in DEFINE_IDTENTRY() 1350 if (!tdx_handle_virt_exception(regs, &ve)) in DEFINE_IDTENTRY() 1351 ve_raise_fault(regs, 0, ve.gla); in DEFINE_IDTENTRY()
|
/arch/arm/boot/dts/rockchip/ |
D | rk3288-veyron-analog-audio.dtsi | 83 * we've got a ts3a227e chip but the driver requires it.
|
D | rk3188.dtsi | 306 * not accessible through pinctrl. Also they should've
|
D | rk3066a.dtsi | 396 * not accessible through pinctrl. Also they should've
|
/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 127 # Set the SP global variable to zero so the master knows we've started
|
/arch/ia64/include/asm/ |
D | processor.h | 178 __u64 ve : 1; /* enable hw walker */ member
|
/arch/arm/boot/dts/samsung/ |
D | exynos5250-spring.dts | 443 * On Spring we've got SIP WiFi and so can keep drive strengths low to
|
D | exynos5250-snow-common.dtsi | 569 * On Snow we've got SIP WiFi and so can keep drive strengths low to
|
/arch/arm/boot/dts/ti/omap/ |
D | motorola-mapphone-common.dtsi | 53 * keep this as always enabled for HDMI to work until we've
|
/arch/m68k/ |
D | Kconfig.cpu | 383 apparently improves performance. But you've been warned! Unless you
|
/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru.dtsi | 544 * sdmmc_cd means that even if you've got GRF_SOC_CON7[12] (force_jtag)
|
/arch/um/drivers/ |
D | Kconfig | 178 work with a 2.4 host, unless you've applied the TUN/TAP patch to
|
/arch/xtensa/kernel/ |
D | entry.S | 384 * Now we can allow exceptions again. In case we've got an interrupt
|
/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 4285 # but, make sure that we've calculated ea and advanced the opword pointer
|
D | fpsp.S | 11371 # routines aren't supposed to alter the operands but we've just squashed 18236 # but, make sure that we've calculated ea and advanced the opword pointer
|
/arch/mips/ |
D | Kconfig | 2489 # technical details aren't known. I've experimentally found that disabling
|