| /drivers/nvdimm/ |
| A D | Kconfig | 12 bus is registered to advertise PMEM (persistent memory) 32 these persistent memory ranges into block devices that are 50 update semantics for persistent memory devices, so that 63 bool "PFN: Map persistent (device) memory" 68 Map persistent memory, i.e. advertise it to the memory 69 management sub-system. By default persistent memory does 78 bool "NVDIMM DAX: Raw access to persistent memory" 82 Support raw device dax access to a persistent memory 84 persistent memory, this capability provides a mechanism to 91 tristate "Device-tree support for persistent memory regions" [all …]
|
| /drivers/md/ |
| A D | dm-exception-store.c | 200 char persistent; in dm_exception_store_create() local 213 persistent = toupper(*argv[0]); in dm_exception_store_create() 214 if (persistent == 'P') in dm_exception_store_create() 216 else if (persistent == 'N') in dm_exception_store_create()
|
| A D | Makefile | 16 dm-snap-persistent.o 66 obj-$(CONFIG_DM_PERSISTENT_DATA) += persistent-data/
|
| A D | md.c | 4638 if (mddev->persistent) { in new_dev_store() 4763 if (mddev->persistent) in metadata_show() 4794 mddev->persistent = 0; in metadata_store() 4808 mddev->persistent = 0; in metadata_store() 4827 mddev->persistent = 1; in metadata_store() 6101 if (!mddev->persistent) in md_run() 6431 mddev->persistent = 0; in md_clean() 6756 mddev->persistent = 1; in autorun_devices() 6980 if (mddev->persistent) in md_add_new_disk() 7193 if (mddev->persistent) in hot_add_disk() [all …]
|
| A D | Kconfig | 240 bool "Keep stack trace of persistent data block lock holders" 256 source "drivers/md/persistent-data/Kconfig" 331 The writecache target caches writes on persistent memory or SSD.
|
| A D | md.h | 419 int persistent; member
|
| A D | dm-raid.c | 913 rs->md.persistent = 1; in parse_dev_params() 1529 rs->md.persistent = 0; in parse_raid_params()
|
| /drivers/gpio/ |
| A D | gpio-arizona.c | 30 bool persistent = gpiochip_line_is_persistent(chip, offset); in arizona_gpio_direction_in() local 41 if (change && persistent) { in arizona_gpio_direction_in() 98 bool persistent = gpiochip_line_is_persistent(chip, offset); in arizona_gpio_direction_out() local 106 if ((val & ARIZONA_GPN_DIR) && persistent) { in arizona_gpio_direction_out()
|
| /drivers/dax/ |
| A D | Kconfig | 20 tristate "PMEM DAX: direct access to persistent memory" 24 Support raw access to persistent memory. Note that this 70 Support access to persistent, or other performance 72 easier use of persistent memory by unmodified applications, or
|
| /drivers/md/persistent-data/ |
| A D | Makefile | 2 obj-$(CONFIG_DM_PERSISTENT_DATA) += dm-persistent-data.o 3 dm-persistent-data-objs := \
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cxgb4_mps.c | 109 bool persistent, u8 *smt_idx) in cxgb4_update_mac_filt() argument 114 addr, persistent, smt_idx); in cxgb4_update_mac_filt()
|
| A D | cxgb4.h | 2134 bool persistent, u8 *smt_idx); 2146 bool persistent, u8 *smt_idx);
|
| /drivers/regulator/ |
| A D | da9121-regulator.c | 38 unsigned int persistent[2]; member 644 bool persisting = (chip->persistent[reg_idx] & item->event_bit); in da9121_status_poll_on() 649 chip->persistent[reg_idx] &= ~item->event_bit; in da9121_status_poll_on() 668 if (chip->persistent[0] | chip->persistent[1]) { in da9121_status_poll_on() 720 chip->persistent[reg_idx] |= item->event_bit; in da9121_irq_handler()
|
| /drivers/infiniband/sw/rxe/ |
| A D | rxe_mr.c | 99 bool persistent = !!(mr->access & IB_ACCESS_FLUSH_PERSISTENT); in rxe_mr_fill_pages_from_sgt() local 110 if (persistent && !is_pmem_page(page)) { in rxe_mr_fill_pages_from_sgt() 212 bool persistent = !!(mr->access & IB_ACCESS_FLUSH_PERSISTENT); in rxe_set_page() local 215 if (persistent && !is_pmem_page(page)) { in rxe_set_page()
|
| /drivers/cxl/ |
| A D | Kconfig | 28 this class code provide support for volatile and / or persistent 83 support for persistent memory attached via CXL. This support is 86 provisioning the persistent memory capacity of CXL memory expanders.
|
| /drivers/ras/ |
| A D | Kconfig | 43 using ACPI ERST as persistent storage. Error information is saved with
|
| /drivers/acpi/apei/ |
| A D | Kconfig | 82 error information to and from a persistent store. Enable this
|
| /drivers/net/wireless/ti/wlcore/ |
| A D | wlcore_i.h | 499 u8 persistent[0]; member
|
| /drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_context.c | 1394 kill_engines(struct i915_gem_engines *engines, bool exit, bool persistent) in kill_engines() argument 1409 if ((exit || !persistent) && intel_context_revoke(ce)) in kill_engines() 1422 if (engine && !__cancel_engine(engine) && (exit || !persistent)) in kill_engines()
|
| /drivers/platform/chrome/ |
| A D | Kconfig | 43 This module instantiates the persistent storage on x86 ChromeOS
|
| /drivers/base/firmware_loader/ |
| A D | Kconfig | 229 Enabling this option will allow device drivers to expose a persistent
|
| /drivers/firmware/arm_scmi/vendors/imx/ |
| A D | imx95.rst | 551 contains persistent storage (GPR), an RTC, and the ON/OFF button. The protocol 607 | | Bits[15:0] Number of persistent storage (GPR) words. | 1536 | |Bits[15:0] Number of persistent storage (GPR) words. |
|
| /drivers/net/ethernet/chelsio/cxgb4vf/ |
| A D | cxgb4vf_main.c | 273 int *tcam_idx, const u8 *addr, bool persistent) in cxgb4vf_change_mac() argument 279 ret = t4vf_change_mac(adapter, viid, *tcam_idx, addr, persistent); in cxgb4vf_change_mac()
|
| /drivers/spi/ |
| A D | Kconfig | 523 persistent settings. Controllers present in modern Intel hardware 540 persistent settings. Most of these controllers work in
|
| /drivers/hid/ |
| A D | hid-logitech-hidpp.c | 2181 uint8_t persistent; member 2210 items->persistent = params[3]; in hidpp_touchpad_fw_items_set()
|