Home
last modified time | relevance | path

Searched refs:readonly (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/include/zephyr/xen/
Dgnttab.h20 bool readonly);
41 int32_t gnttab_alloc_and_grant(void **map, bool readonly);
/Zephyr-latest/drivers/xen/
Dgnttab.c90 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/
DCMakeLists.txt81 --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/
Deeprom_simulator.c32 bool readonly; member
140 if (config->readonly) { in eeprom_sim_write()
209 .readonly = DT_INST_PROP(0, read_only),
Deeprom_mb85rcxx.c25 bool readonly; member
163 if (cfg->readonly) { in mb85rcxx_write()
227 .readonly = DT_INST_PROP(inst, read_only)}; \
Deeprom_mb85rsxx.c55 bool readonly; member
161 if (config->readonly) { in eeprom_mb85rsxx_write()
311 .readonly = DT_INST_PROP(inst, read_only), \
Deeprom_emulator.c71 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), \
Deeprom_at2x.c56 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/
Dmanifest.h46 uint32_t readonly:1; member
/Zephyr-latest/cmake/linker/iar/
Dconfig_file_script.cmake729 # set(section_type " readonly")
754 # set(ANY_FLAG "readonly")