Searched refs:node_offset (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/arm/boot/compressed/ |
| H A D | atags_to_fdt.c | 15 static int node_offset(void *fdt, const char *node_path) in node_offset() function 27 int offset = node_offset(fdt, node_path); in setprop() 36 int offset = node_offset(fdt, node_path); in setprop_string() 45 int offset = node_offset(fdt, node_path); in setprop_cell()
|
| /linux/drivers/acpi/riscv/ |
| H A D | rhct.c | 61 for (node = ACPI_ADD_PTR(struct acpi_rhct_node_header, rhct, rhct->node_offset); in acpi_get_riscv_isa() 161 for (node = ACPI_ADD_PTR(struct acpi_rhct_node_header, rhct, rhct->node_offset); in acpi_get_cbo_block_size()
|
| H A D | rimt.c | 161 rimt->node_offset); in rimt_scan_node()
|
| /linux/kernel/bpf/ |
| H A D | bpf_lru_list.h | 74 void bpf_lru_populate(struct bpf_lru *lru, void *buf, u32 node_offset,
|
| H A D | helpers.c | 2186 obj -= field->graph_root.node_offset; in bpf_list_head_free() 2225 obj -= field->graph_root.node_offset; in bpf_rb_root_free()
|
| H A D | verifier.c | 2279 regs[regno].off = ds_head->node_offset; in mark_reg_graph_node() 13097 field->graph_root.node_offset, in __process_kf_arg_ptr_to_graph_node() 13105 if (node_off != field->graph_root.node_offset) { in __process_kf_arg_ptr_to_graph_node() 13108 field->graph_root.node_offset, in __process_kf_arg_ptr_to_graph_node()
|
| /linux/arch/powerpc/kexec/ |
| H A D | core_64.c | 465 static int add_node_props(void *fdt, int node_offset, const struct device_node *dn) in add_node_props() argument 474 ret = fdt_setprop(fdt, node_offset, pp->name, pp->value, pp->length); in add_node_props()
|
| /linux/drivers/acpi/ |
| H A D | viot.c | 62 max_t(size_t, sizeof(*viot), viot->node_offset)); in viot_check_bounds() 295 node = ACPI_ADD_PTR(struct acpi_viot_header, viot, viot->node_offset); in acpi_viot_init()
|
| /linux/drivers/acpi/arm64/ |
| H A D | iort.c | 241 iort->node_offset); in iort_scan_node() 1052 iort->node_offset); in iort_find_rmrs() 1939 iort->node_offset); in iort_init_platform_devices() 2015 node = ACPI_ADD_PTR(struct acpi_iort_node, iort, iort->node_offset); in acpi_iort_dma_get_max_cpu_address()
|
| /linux/include/acpi/ |
| H A D | actbl3.h | 527 u16 node_offset; member
|
| H A D | actbl2.h | 656 u32 node_offset; member 3180 u32 node_offset; member 3250 u32 node_offset; /* Offset to RIMT Node Array */ member
|