| /Zephyr-latest/subsys/demand_paging/backing_store/ | 
| D | backing_store_qemu_x86_tiny.c | 25 void *location_to_flash(uintptr_t location)  in location_to_flash()44 					    uintptr_t *location,  in k_mem_paging_backing_store_location_get()
 53 void k_mem_paging_backing_store_location_free(uintptr_t location)  in k_mem_paging_backing_store_location_free()
 58 void k_mem_paging_backing_store_page_out(uintptr_t location)  in k_mem_paging_backing_store_page_out()
 64 void k_mem_paging_backing_store_page_in(uintptr_t location)  in k_mem_paging_backing_store_page_in()
 71 					      uintptr_t location)  in k_mem_paging_backing_store_page_finalize()
 
 | 
| D | backing_store_ondemand_semihost.c | 19 					    uintptr_t *location,  in k_mem_paging_backing_store_location_get()31 void k_mem_paging_backing_store_location_free(uintptr_t location)  in k_mem_paging_backing_store_location_free()
 35 void k_mem_paging_backing_store_page_out(uintptr_t location)  in k_mem_paging_backing_store_page_out()
 41 void k_mem_paging_backing_store_page_in(uintptr_t location)  in k_mem_paging_backing_store_page_in()
 52 					      uintptr_t location)  in k_mem_paging_backing_store_page_finalize()
 57 int k_mem_paging_backing_store_location_query(void *addr, uintptr_t *location)  in k_mem_paging_backing_store_location_query()
 
 | 
| D | ram.c | 59 static void *location_to_slab(uintptr_t location)  in location_to_slab()86 					    uintptr_t *location,  in k_mem_paging_backing_store_location_get()
 107 void k_mem_paging_backing_store_location_free(uintptr_t location)  in k_mem_paging_backing_store_location_free()
 115 void k_mem_paging_backing_store_page_out(uintptr_t location)  in k_mem_paging_backing_store_page_out()
 121 void k_mem_paging_backing_store_page_in(uintptr_t location)  in k_mem_paging_backing_store_page_in()
 128 					      uintptr_t location)  in k_mem_paging_backing_store_page_finalize()
 
 | 
| /Zephyr-latest/include/zephyr/bluetooth/audio/ | 
| D | vocs.h | 75 	uint32_t location;  member225 	bt_vocs_location_cb             location;  member
 
 | 
| /Zephyr-latest/include/zephyr/kernel/ | 
| D | mm.h | 236 static inline void *k_mem_map_unpaged(uintptr_t location, size_t size, uint32_t flags)  in k_mem_map_unpaged()
 | 
| /Zephyr-latest/kernel/ | 
| D | mmu.c | 529 		uintptr_t location;  in map_anon_page()  local724 			uintptr_t location;  in k_mem_unmap_phys_guard()  local
 1060 	uintptr_t location;  in z_paging_ondemand_section_map()  local
 1202 static inline void do_backing_store_page_in(uintptr_t location)  in do_backing_store_page_in()
 1247 static inline void do_backing_store_page_out(uintptr_t location)  in do_backing_store_page_out()
 1381 	uintptr_t location;  in do_mem_evict()  local
 1462 	uintptr_t location;  in k_mem_page_frame_evict()  local
 
 | 
| /Zephyr-latest/subsys/net/lib/lwm2m/ | 
| D | lwm2m_obj_location.c | 45 static struct lwm2m_engine_obj location;  variable
 | 
| /Zephyr-latest/scripts/tests/twister_blackbox/ | 
| D | test_hardwaremap.py | 244     def test_texas_exeption(self, capfd, out_path, manufacturer, product, serial, location):  argument
 | 
| /Zephyr-latest/subsys/bluetooth/audio/ | 
| D | vocs_internal.h | 58 	uint32_t location;  member90 	uint32_t location;  member
 
 | 
| D | pacs.c | 424 	uint32_t location = sys_cpu_to_le32(pacs_snk_location);  in snk_loc_read()  local457 static void set_snk_location(enum bt_audio_location location)  in set_snk_location()
 468 	enum bt_audio_location location;  in snk_loc_write()  local
 531 	uint32_t location = sys_cpu_to_le32(pacs_src_location);  in src_loc_read()  local
 564 static void set_src_location(enum bt_audio_location location)  in set_src_location()
 575 	uint32_t location;  in src_loc_write()  local
 1408 int bt_pacs_set_location(enum bt_audio_dir dir, enum bt_audio_location location)  in bt_pacs_set_location()
 
 | 
| D | vocs_client.c | 477 int bt_vocs_client_location_set(struct bt_vocs_client *inst, uint32_t location)  in bt_vocs_client_location_set()
 | 
| D | vocs.c | 518 int bt_vocs_location_set(struct bt_vocs *inst, uint32_t location)  in bt_vocs_location_set()
 | 
| /Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ | 
| D | btp_pacs.h | 30 	uint32_t location;  member
 | 
| D | btp_vocs.h | 55 	uint32_t location;  member
 | 
| /Zephyr-latest/drivers/pwm/ | 
| D | pwm_gecko.c | 21 	uint8_t location;  member
 | 
| /Zephyr-latest/boards/nxp/imx93_evk/doc/ | 
| D | index.rst | 375 .. _location:  target
 | 
| /Zephyr-latest/samples/bluetooth/hap_ha/src/ | 
| D | vcp_vol_renderer.c | 99 static void vocs_location_cb(struct bt_vocs *inst, int err, uint32_t location)  in vocs_location_cb()
 | 
| /Zephyr-latest/drivers/flash/ | 
| D | soc_flash_silabs_siwx91x.c | 58 	void *location = (void *)(cfg->base_address + offset);  in flash_siwx91x_read()  local
 | 
| /Zephyr-latest/drivers/mm/ | 
| D | mm_drv_intel_adsp_mtl_tlb.c | 820 	uint8_t *location = (uint8_t *) storage_buffer;  in adsp_mm_save_context()  local894 	uint8_t *location;  in adsp_mm_restore_context()  local
 
 | 
| /Zephyr-latest/tests/bluetooth/tester/src/audio/ | 
| D | btp_vcp.c | 47 		uint16_t location;  member219 static void vocs_location_cb(struct bt_vocs *inst, int err, uint32_t location)  in vocs_location_cb()
 248 static void btp_send_vocs_location_ev(struct bt_conn *conn, uint8_t att_status, uint32_t location)  in btp_send_vocs_location_ev()
 282 static void vcp_vocs_location_cb(struct bt_vocs *inst, int err, uint32_t location)  in vcp_vocs_location_cb()
 
 | 
| /Zephyr-latest/drivers/spi/ | 
| D | spi_ll_stm32.h | 75 static inline uint32_t ll_func_dma_get_reg_addr(SPI_TypeDef *spi, uint32_t location)  in ll_func_dma_get_reg_addr()
 | 
| /Zephyr-latest/subsys/bluetooth/audio/shell/ | 
| D | vcp_vol_rend.c | 118 static void vocs_location_cb(struct bt_vocs *inst, int err, uint32_t location)  in vocs_location_cb()452 	unsigned long location;  in cmd_vcp_vol_rend_vocs_location_set()  local
 
 | 
| D | vcp_vol_ctlr.c | 253 				 uint32_t location)  in vcs_vocs_location_cb()588 	unsigned long location;  in cmd_vcp_vol_ctlr_vocs_location_set()  local
 
 | 
| /Zephyr-latest/samples/bluetooth/peripheral_csc/src/ | 
| D | main.c | 126 		uint8_t location;  member
 | 
| /Zephyr-latest/arch/arm64/core/ | 
| D | mmu.c | 1416 void arch_mem_page_out(void *addr, uintptr_t location)  in arch_mem_page_out()1482 enum arch_page_location arch_page_location_get(void *addr, uintptr_t *location)  in arch_page_location_get()
 
 |