Searched refs:sev (Results 1 - 25 of 74) sorted by relevance

123

/linux-master/arch/x86/virt/svm/
H A DMakefile3 obj-$(CONFIG_KVM_AMD_SEV) += sev.o
/linux-master/drivers/virt/coco/sev-guest/
H A DMakefile2 obj-$(CONFIG_SEV_GUEST) += sev-guest.o
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-event.c21 static unsigned int sev_pos(const struct v4l2_subscribed_event *sev, unsigned int idx) argument
23 idx += sev->first;
24 return idx >= sev->elems ? idx - sev->elems : idx;
51 kev->sev->first = sev_pos(kev->sev, 1);
52 kev->sev->in_use--;
91 struct v4l2_subscribed_event *sev; local
95 list_for_each_entry(sev, &fh->subscribed, list)
96 if (sev
105 struct v4l2_subscribed_event *sev; local
207 __v4l2_event_unsubscribe(struct v4l2_subscribed_event *sev) argument
227 struct v4l2_subscribed_event *sev, *found_ev; local
280 struct v4l2_subscribed_event *sev; local
303 struct v4l2_subscribed_event *sev; local
[all...]
/linux-master/drivers/virt/coco/
H A DMakefile7 obj-$(CONFIG_SEV_GUEST) += sev-guest/
/linux-master/drivers/crypto/ccp/
H A Dsev-dev.c35 #include <asm/sev.h>
38 #include "sev-dev.h"
40 #define DEVICE_NAME "sev"
41 #define SEV_FW_FILE "amd/sev.fw"
114 struct sev_device *sev = psp_master->sev_data; local
116 if (sev->api_major > maj)
119 if (sev->api_major == maj && sev->api_minor >= min)
127 struct sev_device *sev = data; local
135 reg = ioread32(sev
142 sev_wait_cmd_ioc(struct sev_device *sev, unsigned int *reg, unsigned int timeout) argument
259 struct sev_device *sev = psp_master->sev_data; local
300 struct sev_device *sev = psp_master->sev_data; local
430 struct sev_device *sev; local
464 struct sev_device *sev = psp_master->sev_data; local
791 struct sev_device *sev = psp_master->sev_data; local
836 struct sev_device *sev; local
1089 struct sev_device *sev; local
1185 __sev_platform_init_handle_tmr(struct sev_device *sev) argument
1206 __sev_platform_init_handle_init_ex_path(struct sev_device *sev) argument
1246 struct sev_device *sev; local
1300 struct sev_device *sev; local
1347 struct sev_device *sev; local
1432 struct sev_device *sev = psp_master->sev_data; local
1449 struct sev_device *sev = psp_master->sev_data; local
1522 struct sev_device *sev = psp_master->sev_data; local
1645 struct sev_device *sev = psp_master->sev_data; local
1711 struct sev_device *sev = psp_master->sev_data; local
1862 struct sev_device *sev = psp_master->sev_data; local
1953 struct sev_device *sev = psp_master->sev_data; local
2002 struct sev_device *sev = psp_master->sev_data; local
2015 struct sev_device *sev = psp_master->sev_data; local
2145 sev_misc_init(struct sev_device *sev) argument
2188 struct sev_device *sev; local
2244 __sev_firmware_shutdown(struct sev_device *sev, bool panic) argument
2284 sev_firmware_shutdown(struct sev_device *sev) argument
2293 struct sev_device *sev = psp->sev_data; local
2309 struct sev_device *sev = psp_master->sev_data; local
2341 struct sev_device *sev = psp_master->sev_data; local
2376 struct sev_device *sev = psp_master->sev_data; local
[all...]
H A DMakefile12 sev-dev.o \
H A Dsev-dev.h24 #include <linux/psp-sev.h>
/linux-master/arch/x86/kernel/acpi/
H A Dapei.c40 void arch_apei_report_mem_error(int sev, struct cper_sec_mem_err *mem_err) argument
43 apei_mce_report_mem_error(sev, mem_err);
/linux-master/arch/riscv/boot/dts/microchip/
H A DMakefile5 dtb-$(CONFIG_ARCH_MICROCHIP_POLARFIRE) += mpfs-sev-kit.dtb
/linux-master/scripts/dtc/include-prefixes/riscv/microchip/
H A DMakefile5 dtb-$(CONFIG_ARCH_MICROCHIP_POLARFIRE) += mpfs-sev-kit.dtb
/linux-master/include/linux/
H A Dras.h26 const u8 sev, const u8 *err, const u32 len);
33 const u8 sev, const u8 *err, const u32 len)
31 log_non_standard_event(const guid_t *sec_type, const guid_t *fru_id, const char *fru_text, const u8 sev, const u8 *err, const u32 len) argument
/linux-master/arch/x86/include/asm/
H A Dunaccepted_memory.h6 #include <asm/sev.h>
/linux-master/include/media/
H A Dv4l2-event.h27 * @sev: Pointer to parent v4l2_subscribed_event.
33 struct v4l2_subscribed_event *sev; member in struct:v4l2_kevent
47 int (*add)(struct v4l2_subscribed_event *sev, unsigned int elems);
48 void (*del)(struct v4l2_subscribed_event *sev);
/linux-master/arch/x86/kvm/svm/
H A Dsev.c16 #include <linux/psp-sev.h>
53 module_param_named(sev, sev_enabled, bool, 0444);
133 static int sev_misc_cg_try_charge(struct kvm_sev_info *sev) argument
135 enum misc_res_type type = sev->es_active ? MISC_CG_RES_SEV_ES : MISC_CG_RES_SEV;
136 return misc_cg_try_charge(type, sev->misc_cg, 1);
139 static void sev_misc_cg_uncharge(struct kvm_sev_info *sev) argument
141 enum misc_res_type type = sev->es_active ? MISC_CG_RES_SEV_ES : MISC_CG_RES_SEV;
142 misc_cg_uncharge(type, sev->misc_cg, 1);
145 static int sev_asid_new(struct kvm_sev_info *sev) argument
153 unsigned int min_asid = sev
200 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
205 sev_asid_free(struct kvm_sev_info *sev) argument
256 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
325 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
332 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
406 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
468 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
516 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
699 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
760 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
772 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
801 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
1029 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
1105 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
1168 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
1186 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
1279 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
1299 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
1384 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
1396 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
1408 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
1482 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
1559 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
1964 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
2016 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
2144 struct kvm_sev_info *sev = &to_kvm_svm(kvm)->sev_info; local
2931 struct kvm_sev_info *sev = &to_kvm_svm(vcpu->kvm)->sev_info; local
[all...]
/linux-master/arch/arm64/kernel/
H A Dsmp_spin_table.c100 sev();
117 sev();
/linux-master/drivers/ras/
H A Dras.c49 const char *fru_text, const u8 sev, const u8 *err,
52 trace_non_standard_event(sec_type, fru_id, fru_text, sev, err, len);
48 log_non_standard_event(const guid_t *sec_type, const guid_t *fru_id, const char *fru_text, const u8 sev, const u8 *err, const u32 len) argument
/linux-master/include/ras/
H A Dras_event.h32 u8 sev),
34 TP_ARGS(mem, err_seq, fru_id, fru_text, sev),
39 __field(u8, sev)
53 __entry->sev = sev;
70 cper_severity_str(__entry->sev),
224 const u8 sev,
228 TP_ARGS(sec_type, fru_id, fru_text, sev, err, len),
234 __field(u8, sev)
243 __entry->sev
[all...]
/linux-master/include/acpi/
H A Dapei.h54 void arch_apei_report_mem_error(int sev, struct cper_sec_mem_err *mem_err);
/linux-master/drivers/s390/char/
H A Dtape_3590.h95 unsigned int sev:2; member in struct:tape_3590_sense::__anon7979::__anon7980
107 unsigned int sev:2; member in struct:tape_3590_sense::__anon7979::__anon7981
/linux-master/arch/arm/common/
H A Dvlock.S39 sev
99 sev
/linux-master/arch/x86/mm/
H A Dmem_encrypt.c17 #include <asm/sev.h>
/linux-master/sound/core/seq/
H A Dseq_queue.c610 struct snd_seq_event sev; local
612 sev = *ev;
614 sev.flags = SNDRV_SEQ_TIME_STAMP_TICK|SNDRV_SEQ_TIME_MODE_ABS;
615 sev.time.tick = q->timer->tick.cur_tick;
616 sev.queue = q->queue;
617 sev.data.queue.queue = q->queue;
620 sev.source.client = SNDRV_SEQ_CLIENT_SYSTEM;
621 sev.source.port = SNDRV_SEQ_PORT_SYSTEM_TIMER;
622 sev.dest.client = SNDRV_SEQ_ADDRESS_SUBSCRIBERS;
623 snd_seq_kernel_client_dispatch(SNDRV_SEQ_CLIENT_SYSTEM, &sev, atomi
[all...]
/linux-master/drivers/pci/pcie/
H A Ddpc.c193 u32 status, mask, sev, syserr, exc, log, prefix; local
202 pci_read_config_dword(pdev, cap + PCI_EXP_DPC_RP_PIO_SEVERITY, &sev);
206 sev, syserr, exc);
242 u32 status, mask, sev; local
250 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_SEVER, &sev);
251 status &= sev;
/linux-master/arch/arm/include/asm/
H A Dbarrier.h11 #define sev() __asm__ __volatile__ ("sev" : : : "memory") macro
/linux-master/drivers/acpi/apei/
H A Dghes.c506 int sev, bool sync)
519 if (sev == GHES_SEV_RECOVERABLE && sec_sev == GHES_SEV_RECOVERABLE)
529 int sev, bool sync)
540 if (sev != GHES_SEV_RECOVERABLE || sec_sev != GHES_SEV_RECOVERABLE)
657 int sev)
670 entry->error_severity = sev;
679 int sev, sec_sev; local
687 sev = ghes_severity(estatus->error_severity);
700 atomic_notifier_call_chain(&ghes_report_chain, sev, mem_err);
702 arch_apei_report_mem_error(sev, mem_er
505 ghes_handle_memory_failure(struct acpi_hest_generic_data *gdata, int sev, bool sync) argument
528 ghes_handle_arm_hw_error(struct acpi_hest_generic_data *gdata, int sev, bool sync) argument
656 ghes_defer_non_standard_event(struct acpi_hest_generic_data *gdata, int sev) argument
1093 int sev, rc; local
[all...]

Completed in 571 milliseconds

123