Searched refs:xss (Results 1 – 14 of 14) sorted by relevance
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | ptrace.h | 45 int xss; member 62 long xss; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/ |
H A D | tk_9.0.1.bb | 61 PACKAGECONFIG[xss] = "--enable-xss,--disable-xss,libxscrnsaver libxext"
|
H A D | tk8_8.6.15.bb | 68 PACKAGECONFIG[xss] = "--enable-xss,--disable-xss,libxscrnsaver libxext"
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | ptrace.h | 35 int xss; member
|
/openbmc/qemu/linux-user/i386/ |
H A D | target_syscall.h | 23 int xss; member
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_syscall.h | 40 int xss; member
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | svm.h | 376 u64 xss; member 467 u64 xss; member
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sev-shared.c | 464 u64 xcr0 = 1, xss = 0; in snp_cpuid_postprocess() local 479 xss = (hi << 32) | lo; in snp_cpuid_postprocess() 497 xsave_size = snp_cpuid_calc_xsave_size(xcr0 | xss, compacted); in snp_cpuid_postprocess()
|
/openbmc/u-boot/arch/x86/cpu/i386/ |
H A D | interrupt.c | 111 (u16)regs->xgs, (u16)regs->xss); in dump_regs()
|
/openbmc/qemu/target/i386/ |
H A D | machine.c | 988 return env->xss != 0; in xss_needed() 997 VMSTATE_UINT64(env.xss, X86CPU),
|
H A D | cpu.h | 2043 uint64_t xss; member
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | sev.c | 619 save->xss = svm->vcpu.arch.ia32_xss; in sev_es_sync_vmsa() 3146 hostsa->xss = host_xss; in sev_es_prepare_switch_to_guest()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/ |
H A D | 090856f4159c40a2927fb88546419f2e1697ad5f.patch | 977 …ssets/37944", "headers": {"access-control-allow-credentials": ["true"], "x-xss-protection": ["1; m… 1068 + "x-xss-protection": [ 1165 …ssets/37944", "headers": {"access-control-allow-credentials": ["true"], "x-xss-protection": ["1; m… 1252 + "x-xss-protection": [
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 3931 kvm_msr_entry_add(cpu, MSR_IA32_XSS, env->xss); in kvm_put_msrs() 4750 env->xss = msrs[i].data; in kvm_get_msrs()
|