Home
last modified time | relevance | path

Searched refs:node_offset (Results 1 – 14 of 14) sorted by relevance

/linux/arch/arm/boot/compressed/
H A Datags_to_fdt.c15 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/kernel/bpf/
H A Dbpf_lru_list.c565 u32 node_offset, u32 elem_size, in bpf_common_lru_populate() argument
574 node = (struct bpf_lru_node *)(buf + node_offset); in bpf_common_lru_populate()
583 u32 node_offset, u32 elem_size, in bpf_percpu_lru_populate() argument
599 node = (struct bpf_lru_node *)(buf + node_offset); in bpf_percpu_lru_populate()
613 void bpf_lru_populate(struct bpf_lru *lru, void *buf, u32 node_offset, in bpf_lru_populate() argument
617 bpf_percpu_lru_populate(lru, buf, node_offset, elem_size, in bpf_lru_populate()
620 bpf_common_lru_populate(lru, buf, node_offset, elem_size, in bpf_lru_populate()
H A Dbpf_lru_list.h73 void bpf_lru_populate(struct bpf_lru *lru, void *buf, u32 node_offset,
H A Dhelpers.c2078 obj -= field->graph_root.node_offset; in bpf_list_head_free()
2117 obj -= field->graph_root.node_offset; in bpf_rb_root_free()
H A Dverifier.c2089 regs[regno].off = ds_head->node_offset; in mark_reg_graph_node()
12463 field->graph_root.node_offset, in __process_kf_arg_ptr_to_graph_node()
12471 if (node_off != field->graph_root.node_offset) { in __process_kf_arg_ptr_to_graph_node()
12474 field->graph_root.node_offset, in __process_kf_arg_ptr_to_graph_node()
H A Dbtf.c3895 field->graph_root.node_offset = offset; in btf_parse_graph_root()
/linux/drivers/acpi/riscv/
H A Drhct.c61 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()
/linux/arch/powerpc/kexec/
H A Dcore_64.c446 static int add_node_props(void *fdt, int node_offset, const struct device_node *dn) in add_node_props() argument
455 ret = fdt_setprop(fdt, node_offset, pp->name, pp->value, pp->length); in add_node_props()
/linux/drivers/acpi/
H A Dviot.c62 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 Diort.c241 iort->node_offset); in iort_scan_node()
1050 iort->node_offset); in iort_find_rmrs()
1937 iort->node_offset); in iort_init_platform_devices()
2013 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 Dactbl3.h526 u16 node_offset; member
H A Dactbl2.h463 u32 node_offset; member
2946 u32 node_offset; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_lib.c2102 int node_offset, max_agg_nodes = 0; in ice_set_agg_vsi() local
2146 for (node_offset = 0; node_offset < max_agg_nodes; node_offset++) { in ice_set_agg_vsi()
2165 agg_id = node_offset + agg_node_id_start; in ice_set_agg_vsi()
/linux/include/linux/
H A Dbpf.h224 u32 node_offset; member