Searched refs:attributes (Results 1 – 25 of 39) sorted by relevance
12
/arch/hexagon/kernel/ |
D | vmlinux.lds.S | 66 .hexagon.attributes 0 : { *(.hexagon.attributes) }
|
/arch/x86/platform/efi/ |
D | quirks.c | 135 query_variable_store_nonblocking(u32 attributes, unsigned long size) in query_variable_store_nonblocking() argument 140 status = efi.query_variable_info_nonblocking(attributes, &storage_size, in query_variable_store_nonblocking() 159 efi_status_t efi_query_variable_store(u32 attributes, unsigned long size, in efi_query_variable_store() argument 165 if (!(attributes & EFI_VARIABLE_NON_VOLATILE)) in efi_query_variable_store() 169 return query_variable_store_nonblocking(attributes, size); in efi_query_variable_store() 171 status = efi.query_variable_info(attributes, &storage_size, in efi_query_variable_store() 216 status = efi.query_variable_info(attributes, &storage_size, in efi_query_variable_store()
|
/arch/x86/kvm/vmx/ |
D | sgx.c | 147 u64 attributes, xfrm, size; in __handle_encls_ecreate() local 160 attributes = contents->attributes; in __handle_encls_ecreate() 166 (attributes & SGX_ATTR_PROVISIONKEY)) { in __handle_encls_ecreate() 180 (u32)attributes & ~sgx_12_1->eax || in __handle_encls_ecreate() 181 (u32)(attributes >> 32) & ~sgx_12_1->ebx || in __handle_encls_ecreate() 191 max_size_log2 = (attributes & SGX_ATTR_MODE64BIT) ? sgx_12_0->edx >> 8 : in __handle_encls_ecreate()
|
/arch/arm64/kernel/vdso32/ |
D | vdso.lds.S | 62 .ARM.attributes 0 : { *(.ARM.attributes) }
|
/arch/x86/hyperv/ |
D | hv_vtl.c | 134 input->vp_context.cs.attributes = 0xa09b; in hv_vtl_bringup_vcpu() 139 input->vp_context.ss.attributes = 0xc093; in hv_vtl_bringup_vcpu() 145 input->vp_context.ldtr.attributes = 0x82; in hv_vtl_bringup_vcpu() 151 input->vp_context.tr.attributes = 0x8b; in hv_vtl_bringup_vcpu()
|
/arch/arm64/include/asm/ |
D | pvclock-abi.h | 11 __le32 attributes; member
|
/arch/riscv/kernel/ |
D | vmlinux.lds.S | 171 .riscv.attributes 0 : { *(.riscv.attributes) }
|
/arch/s390/kernel/vdso32/ |
D | vdso32.lds.S | 100 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
|
/arch/s390/kernel/vdso64/ |
D | vdso64.lds.S | 100 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
|
/arch/arm/include/asm/ |
D | vmlinux.lds.h | 81 .ARM.attributes 0 : { *(.ARM.attributes) }
|
/arch/x86/include/asm/ |
D | sgx.h | 176 u64 attributes; member 372 u64 attributes; member
|
/arch/loongarch/vdso/ |
D | vdso.lds.S | 42 *(.gnu.attributes)
|
/arch/mips/vdso/ |
D | vdso.lds.S | 62 *(.gnu.attributes)
|
/arch/arm64/kernel/ |
D | paravirt.c | 119 le32_to_cpu(kaddr->attributes) != 0) { in stolen_time_cpu_online()
|
/arch/arm/boot/dts/marvell/ |
D | orion5x.dtsi | 4 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) argument
|
D | armada-370-xp.dtsi | 16 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) argument
|
D | kirkwood.dtsi | 5 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) argument
|
/arch/loongarch/kernel/ |
D | vmlinux.lds.S | 162 *(.gnu.attributes)
|
/arch/mips/kernel/ |
D | vmlinux.lds.S | 237 *(.gnu.attributes)
|
/arch/x86/kernel/cpu/sgx/ |
D | encl.h | 60 unsigned long attributes; member
|
D | ioctl.c | 106 if (secs->attributes & SGX_ATTR_DEBUG) in sgx_encl_create() 113 encl->attributes = secs->attributes; in sgx_encl_create() 496 if (encl->attributes & ~encl->attributes_mask) in sgx_encl_init() 507 if (sigstruct->body.attributes & sigstruct->body.attributes_mask & in sgx_encl_init()
|
/arch/x86/kvm/ |
D | smm.h | 73 u16 attributes; member
|
/arch/ia64/kernel/ |
D | topology.c | 244 define_one_ro(attributes); 251 &attributes.attr,
|
/arch/s390/include/uapi/asm/ |
D | pkey.h | 191 __u32 attributes; /* out: attribute bits */ member
|
/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 420 *(.gnu.attributes)
|
12