Searched refs:SETUP_INDIRECT (Results 1 – 8 of 8) sorted by relevance
50 if (!(node->type & SETUP_INDIRECT) || node->type == SETUP_INDIRECT) in setup_data_read()119 if (data->type == SETUP_INDIRECT) { in create_setup_data_nodes()131 if (indirect->type != SETUP_INDIRECT) { in create_setup_data_nodes()
107 if (data->type == SETUP_INDIRECT) { in get_setup_data_size()116 if (indirect->type != SETUP_INDIRECT) in get_setup_data_size()155 if (data->type == SETUP_INDIRECT) { in type_show()196 if (data->type == SETUP_INDIRECT) { in setup_data_data_read()205 if (indirect->type != SETUP_INDIRECT) { in setup_data_data_read()
449 if (data->type == SETUP_INDIRECT) { in memblock_x86_reserve_range_setup_data()460 if (indirect->type != SETUP_INDIRECT) in memblock_x86_reserve_range_setup_data()
1030 if (data->type == SETUP_INDIRECT) { in e820__reserve_setup_data()1041 if (indirect->type != SETUP_INDIRECT) { in e820__reserve_setup_data()
18 #define SETUP_INDIRECT (1<<31) macro19 #define SETUP_TYPE_MAX (SETUP_ENUM_MAX | SETUP_INDIRECT)
663 if (data->type == SETUP_INDIRECT) { in memremap_is_setup_data()674 if (indirect->type != SETUP_INDIRECT) { in memremap_is_setup_data()725 if (data->type == SETUP_INDIRECT) { in early_memremap_is_setup_data()736 if (indirect->type != SETUP_INDIRECT) { in early_memremap_is_setup_data()
463 if (ptr->type == SETUP_INDIRECT && in mem_avoid_overlap()464 ((struct setup_indirect *)ptr->data)->type != SETUP_INDIRECT) { in mem_avoid_overlap()
834 Thus setup_indirect struct and SETUP_INDIRECT type were introduced in844 The type member is a SETUP_INDIRECT | SETUP_* type. However, it cannot be845 SETUP_INDIRECT itself since making the setup_indirect a tree structure854 __u32 type = SETUP_INDIRECT;857 __u32 type = SETUP_INDIRECT | SETUP_E820_EXT;865 SETUP_INDIRECT | SETUP_NONE objects cannot be properly distinguished866 from SETUP_INDIRECT itself. So, this kind of objects cannot be provided