Home
last modified time | relevance | path

Searched defs:phandle (Results 1 – 25 of 63) sorted by relevance

123

/aosp_15_r20/packages/modules/Virtualization/libs/libfdt/tests/
Dapi_test.rs156 let phandle = Phandle::new(value).unwrap(); in phandle_new() localVariable
177 let phandle = Phandle::new(0xFF).unwrap(); in max_phandle() localVariable
188 let phandle = Phandle::new(0xFF).unwrap(); in node_with_phandle() localVariable
193 let phandle = Phandle::new(0x22).unwrap(); in node_with_phandle() localVariable
204 let phandle = Phandle::new(0xFF).unwrap(); in node_mut_with_phandle() localVariable
209 let phandle = Phandle::new(0x22).unwrap(); in node_mut_with_phandle() localVariable
236 let phandle = Phandle::new(0xFF).unwrap(); in node_nop() localVariable
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dipc.c248 static void port_shutdown(struct handle* phandle) { in port_shutdown()
342 static void port_handle_destroy(struct handle* phandle) { in port_handle_destroy()
365 int ipc_port_publish(struct handle* phandle) { in ipc_port_publish()
477 static uint32_t port_poll(struct handle* phandle, in port_poll()
978 int ipc_port_accept(struct handle* phandle, in ipc_port_accept()
1052 struct handle* phandle = NULL; in sys_accept() local
/aosp_15_r20/external/dtc/tests/
H A Dget_phandle.c21 uint32_t phandle; in check_phandle() local
35 uint32_t phandle; in check_phandle_unique() local
56 uint32_t max, phandle; in main() local
H A Dnode_offset_by_phandle.c18 static void check_search(void *fdt, uint32_t phandle, int target) in check_search()
/aosp_15_r20/external/dtc/fuzzing/
H A Dlibfdt_fuzzer.c58 static bool phandle_is_valid(uint32_t phandle) { in phandle_is_valid()
87 uint32_t phandle = fdt_get_phandle(device_tree, parent_node); in walk_device_tree() local
155 uint32_t phandle; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/trusty/kernel/app/busytest/
H A Dbusytest.c61 struct handle* phandle = arg; in busy_test_server() local
89 struct handle* phandle; in busy_test_init() local
/aosp_15_r20/external/dtc/
H A Dchecks.c491 cell_t phandle; in check_phandle_prop() local
537 cell_t phandle, linux_phandle; in check_explicit_phandles() local
611 cell_t phandle; in fixup_phandle_references() local
1403 cell_t phandle; in check_property_phandle_args() local
1633 int phandle; in check_interrupt_map() local
1687 cell_t irq_cells, phandle; in check_interrupts_property() local
1853 cell_t phandle; in get_remote_endpoint() local
H A Ddtc.h54 static inline bool phandle_is_valid(cell_t phandle) in phandle_is_valid()
229 cell_t phandle; member
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Ddevice_assignment.rs502 let phandle: Phandle = U32::ref_from(phandle_value) in collect_phandle_references_from_overlayable_nodes() localVariable
723 let phandle = in parse_iommus() localVariable
837 let phandle = in parse_iommus() localVariable
900 let phandle = dtbo_node.get_phandle()?.ok_or(DeviceAssignmentError::InvalidDtbo)?; in parse() localVariable
924 let phandle = pviommu_phandles.get(pviommu).unwrap(); in patch() localVariable
1080 let phandle = node.as_node().get_phandle()?.ok_or(DeviceAssignmentError::Internal)?; in patch_pviommus() localVariable
1250 let phandle = Phandle::try_from(pviommu_id)?; in parse() localVariable
1444 let phandle = rng_node.getprop_u32(cstr!("phandle")).unwrap(); in device_info_patch() localVariable
Dfdt.rs281 let phandle = phandle.try_into()?; localVariable
291 let phandle = cpu.get_phandle()?.ok_or(FdtError::NotFound)?; localVariable
398 let phandle = cur.as_node().get_phandle()?.unwrap(); in patch_cpus() localVariable
419 let phandle = *cpu_phandles.get(core_idx).unwrap(); in patch_cpus() localVariable
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/fconf/
Dfconf_cot_getter.c193 uint32_t phandle; in get_oid() local
294 uint32_t phandle; in get_parent_img_id() local
/aosp_15_r20/external/arm-trusted-firmware/lib/fconf/
H A Dfconf_cot_getter.c191 uint32_t phandle; in get_oid() local
288 uint32_t phandle; in get_parent_img_id() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libfdt/
Dfdt_ro.c114 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle) in fdt_find_max_phandle()
142 int fdt_generate_phandle(const void *fdt, uint32_t *phandle) in fdt_generate_phandle()
681 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle()
Dfdt_overlay.c46 uint32_t phandle; in fdt_overlay_target_offset() local
360 uint32_t phandle; in overlay_fixup_one_phandle() local
/aosp_15_r20/external/dtc/libfdt/
H A Dfdt_ro.c114 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle) in fdt_find_max_phandle()
142 int fdt_generate_phandle(const void *fdt, uint32_t *phandle) in fdt_generate_phandle()
699 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle()
H A Dfdt_overlay.c46 uint32_t phandle; in fdt_overlay_target_offset() local
360 uint32_t phandle; in overlay_fixup_one_phandle() local
/aosp_15_r20/external/crosvm/aarch64/src/
H A Dfdt.rs401 let phandle = PHANDLE_PKVM_PVIOMMU in create_pkvm_pviommu_node() localVariable
703 let phandle = create_resv_memory_node(&mut fdt, x)?; in create_fdt() localVariable
749 let phandle = create_pkvm_pviommu_node(&mut fdt, index, *id)?; in create_fdt() localVariable
/aosp_15_r20/external/coreboot/src/commonlib/
H A Ddevice_tree.c1167 uint32_t phandle) in dt_find_node_by_phandle()
1588 uint32_t phandle = be32dec(prop->prop.data + offset); in dt_adjust_phandle() local
1744 uint32_t phandle, const char *base_path, in dt_fixup_external()
1935 struct device_tree_property *phandle = NULL; in dt_import_fragment() local
/aosp_15_r20/system/libufdt/
H A Dufdt_overlay.c213 int phandle) { in ufdt_do_one_fixup()
289 uint32_t phandle = ufdt_node_get_phandle(symbol_node); in ufdt_overlay_do_fixups() local
/aosp_15_r20/trusty/user/app/sample/app-mgmt-test/port-start-fail-srv/
Dmain.c30 handle_t phandle; in main() local
/aosp_15_r20/trusty/user/app/sample/app-mgmt-test/never-start-srv/
Dmain.c30 handle_t phandle; in main() local
/aosp_15_r20/trusty/user/app/sample/app-mgmt-test/boot-start-srv/
Dmain.c31 handle_t phandle; in main() local
/aosp_15_r20/trusty/user/app/sample/app-mgmt-test/port-waiter-srv/
Dmain.c33 handle_t phandle = INVALID_IPC_HANDLE; in main() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2023-4272/
H A Dpoc.c29 __u64 phandle; member
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/fvp/fconf/
H A Dfconf_hw_config_getter.c186 uint32_t phandle; in fconf_populate_uart_config() local

123