Searched refs:einj (Results 1 – 3 of 3) sorted by relevance
319 static int aer_inject(struct aer_error_inj *einj) in aer_inject() argument327 unsigned int devfn = PCI_DEVFN(einj->dev, einj->fn); in aer_inject()332 dev = pci_get_domain_bus_and_slot(einj->domain, einj->bus, devfn); in aer_inject()376 cor_mask &= !(einj->cor_status); in aer_inject()381 uncor_mask &= !(einj->uncor_status); in aer_inject()392 aer_error_init(err, einj->domain, einj->bus, devfn, in aer_inject()396 err->uncor_status |= einj->uncor_status; in aer_inject()397 err->cor_status |= einj->cor_status; in aer_inject()398 err->header_log0 = einj->header_log0; in aer_inject()399 err->header_log1 = einj->header_log1; in aer_inject()[all …]
39 The EINJ user interface is in <debugfs mount point>/apei/einj.151 under <debugfs mount point>/apei/einj, while CXL 1.1/1.0 port injections158 command line einj.param_extension=1). This allows the address and mask160 apei/einj.184 in drivers/acpi/apei/einj.c.199 # cd /sys/kernel/debug/apei/einj211 # cd /sys/kernel/debug/apei/einj
361 $ cat error-inj >einj.txt362 $ cat einj.txt >error-inj