Home
last modified time | relevance | path

Searched refs:SETUP_INDIRECT (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/arch/x86/kernel/
Dkdebugfs.c50 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()
Dksysfs.c107 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()
Dsetup.c449 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()
De820.c1030 if (data->type == SETUP_INDIRECT) { in e820__reserve_setup_data()
1041 if (indirect->type != SETUP_INDIRECT) { in e820__reserve_setup_data()
/linux-6.6.21/arch/x86/include/uapi/asm/
Dbootparam.h18 #define SETUP_INDIRECT (1<<31) macro
19 #define SETUP_TYPE_MAX (SETUP_ENUM_MAX | SETUP_INDIRECT)
/linux-6.6.21/arch/x86/mm/
Dioremap.c663 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()
/linux-6.6.21/arch/x86/boot/compressed/
Dkaslr.c463 if (ptr->type == SETUP_INDIRECT && in mem_avoid_overlap()
464 ((struct setup_indirect *)ptr->data)->type != SETUP_INDIRECT) { in mem_avoid_overlap()
/linux-6.6.21/Documentation/arch/x86/
Dboot.rst834 Thus setup_indirect struct and SETUP_INDIRECT type were introduced in
844 The type member is a SETUP_INDIRECT | SETUP_* type. However, it cannot be
845 SETUP_INDIRECT itself since making the setup_indirect a tree structure
854 __u32 type = SETUP_INDIRECT;
857 __u32 type = SETUP_INDIRECT | SETUP_E820_EXT;
865 SETUP_INDIRECT | SETUP_NONE objects cannot be properly distinguished
866 from SETUP_INDIRECT itself. So, this kind of objects cannot be provided