Searched refs:readonly (Results 1 – 10 of 10) sorted by relevance
| /Zephyr-latest/include/zephyr/xen/ |
| D | gnttab.h | 20 bool readonly); 41 int32_t gnttab_alloc_and_grant(void **map, bool readonly);
|
| /Zephyr-latest/drivers/xen/ |
| D | gnttab.c | 90 unsigned long gfn, bool readonly) in gnttab_grant_permit_access() argument 94 if (readonly) { in gnttab_grant_permit_access() 107 bool readonly) in gnttab_grant_access() argument 111 gnttab_grant_permit_access(gref, domid, gfn, readonly); in gnttab_grant_access() 155 int32_t gnttab_alloc_and_grant(void **map, bool readonly) in gnttab_alloc_and_grant() argument 169 gref = gnttab_grant_access(0, gfn, readonly); in gnttab_alloc_and_grant()
|
| /Zephyr-latest/soc/intel/intel_adsp/common/ |
| D | CMakeLists.txt | 81 --set-section-flags .module.boot=noload,readonly 89 --set-section-flags .module.cold=noload,readonly 102 --set-section-flags .module.main=noload,readonly 103 --set-section-flags .static_uuid_entries=noload,readonly 104 --set-section-flags .static_log_entries=noload,readonly 111 --set-section-flags .fw_metadata=noload,readonly
|
| /Zephyr-latest/drivers/eeprom/ |
| D | eeprom_simulator.c | 32 bool readonly; member 140 if (config->readonly) { in eeprom_sim_write() 209 .readonly = DT_INST_PROP(0, read_only),
|
| D | eeprom_mb85rcxx.c | 25 bool readonly; member 163 if (cfg->readonly) { in mb85rcxx_write() 227 .readonly = DT_INST_PROP(inst, read_only)}; \
|
| D | eeprom_mb85rsxx.c | 55 bool readonly; member 161 if (config->readonly) { in eeprom_mb85rsxx_write() 311 .readonly = DT_INST_PROP(inst, read_only), \
|
| D | eeprom_emulator.c | 71 bool readonly; member 598 if (dev_config->readonly) { in eeprom_emu_write() 696 if ((!dev_config->readonly) && in eeprom_emu_init() 748 #define ASSERT_SIZE_PAGESIZE_VALID(size, pagesize, readonly) \ argument 749 BUILD_ASSERT(readonly ? (size <= pagesize) : (4*size <= 3*pagesize), \ 792 .readonly = EEPROM_EMU_READ_ONLY(n), \
|
| D | eeprom_at2x.c | 56 bool readonly; member 158 if (config->readonly) { in eeprom_at2x_write() 642 .readonly = DT_PROP(INST_DT_AT2X(n, t), read_only), \
|
| /Zephyr-latest/soc/intel/intel_adsp/common/include/ |
| D | manifest.h | 46 uint32_t readonly:1; member
|
| /Zephyr-latest/cmake/linker/iar/ |
| D | config_file_script.cmake | 729 # set(section_type " readonly") 754 # set(ANY_FLAG "readonly")
|