Home
last modified time | relevance | path

Searched refs:SETUP_INDIRECT (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/
H A 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()
H A 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()
H A De820.c1028 if (data->type == SETUP_INDIRECT) { in e820__reserve_setup_data()
1039 if (indirect->type != SETUP_INDIRECT) { in e820__reserve_setup_data()
H A Dsetup.c387 if (data->type == SETUP_INDIRECT) { in memblock_x86_reserve_range_setup_data()
398 if (indirect->type != SETUP_INDIRECT) in memblock_x86_reserve_range_setup_data()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A 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()
H A 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()
H A 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()
H A De820.c1030 if (data->type == SETUP_INDIRECT) { in e820__reserve_setup_data()
1041 if (indirect->type != SETUP_INDIRECT) { in e820__reserve_setup_data()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dbootparam.h14 #define SETUP_INDIRECT (1<<31) macro
16 /* SETUP_INDIRECT | max(SETUP_*) */
17 #define SETUP_TYPE_MAX (SETUP_INDIRECT | SETUP_JAILHOUSE)
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dbootparam.h18 #define SETUP_INDIRECT (1<<31) macro
19 #define SETUP_TYPE_MAX (SETUP_ENUM_MAX | SETUP_INDIRECT)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dbootparam.h28 #define SETUP_INDIRECT (1 << 31) macro
29 #define SETUP_TYPE_MAX (SETUP_INDIRECT | SETUP_JAILHOUSE)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dbootparam.h28 #define SETUP_INDIRECT (1 << 31) macro
29 #define SETUP_TYPE_MAX (SETUP_INDIRECT | SETUP_JAILHOUSE)
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dioremap.c668 if (data->type == SETUP_INDIRECT) { in memremap_is_setup_data()
679 if (indirect->type != SETUP_INDIRECT) { in memremap_is_setup_data()
730 if (data->type == SETUP_INDIRECT) { in early_memremap_is_setup_data()
741 if (indirect->type != SETUP_INDIRECT) { in early_memremap_is_setup_data()
/kernel/linux/linux-6.6/arch/x86/mm/
H A 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()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dkaslr.c467 if (ptr->type == SETUP_INDIRECT && in mem_avoid_overlap()
468 ((struct setup_indirect *)ptr->data)->type != SETUP_INDIRECT) { in mem_avoid_overlap()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dkaslr.c463 if (ptr->type == SETUP_INDIRECT && in mem_avoid_overlap()
464 ((struct setup_indirect *)ptr->data)->type != SETUP_INDIRECT) { in mem_avoid_overlap()

Completed in 17 milliseconds