Home
last modified time | relevance | path

Searched refs:nd_payload (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/acpi/nfit/
H A Dintel.c58 TRAILING_OVERLAP(struct nd_cmd_pkg, pkg, nd_payload, in intel_security_flags()
122 TRAILING_OVERLAP(struct nd_cmd_pkg, pkg, nd_payload, in intel_security_freeze()
154 TRAILING_OVERLAP(struct nd_cmd_pkg, pkg, nd_payload, in intel_security_change_key()
195 TRAILING_OVERLAP(struct nd_cmd_pkg, pkg, nd_payload, in intel_security_unlock()
233 TRAILING_OVERLAP(struct nd_cmd_pkg, pkg, nd_payload, in intel_security_disable()
275 TRAILING_OVERLAP(struct nd_cmd_pkg, pkg, nd_payload, in intel_security_erase()
315 TRAILING_OVERLAP(struct nd_cmd_pkg, pkg, nd_payload, in intel_security_query_overwrite()
350 TRAILING_OVERLAP(struct nd_cmd_pkg, pkg, nd_payload, in intel_security_overwrite()
402 TRAILING_OVERLAP(struct nd_cmd_pkg, pkg, nd_payload, in intel_bus_fwa_businfo()
512 TRAILING_OVERLAP(struct nd_cmd_pkg, pkg, nd_payload, in intel_bus_fwa_activate()
[all...]
H A Dcore.c531 in_buf.buffer.pointer = (void *) &call_pkg->nd_payload; in acpi_nfit_ctl()
587 memcpy(call_pkg->nd_payload + call_pkg->nd_size_in, in acpi_nfit_ctl()
/linux/include/uapi/linux/
H A Dndctl.h236 unsigned char nd_payload[]; /* Contents of call */ member
/linux/tools/testing/nvdimm/test/
H A Dnfit.c1338 buf = pkg->nd_payload; in nfit_ctl_dbg()
1374 buf = (void *) call_pkg->nd_payload; in nfit_test_ctl()
1525 buf = (void *) call_pkg->nd_payload; in nfit_test_ctl()
1551 buf = (void *) call_pkg->nd_payload; in nfit_test_ctl()
/linux/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c947 struct nd_pkg_pdsm *pdsm_pkg = (struct nd_pkg_pdsm *)pkg->nd_payload; in papr_scm_service_pdsm()