Searched refs:attributes (Results 1 – 25 of 45) sorted by relevance
12
| /arch/hexagon/kernel/ |
| A D | vmlinux.lds.S | 66 .hexagon.attributes 0 : { *(.hexagon.attributes) }
|
| /arch/x86/platform/efi/ |
| A 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/arm64/kernel/vdso32/ |
| A D | vdso.lds.S | 61 .ARM.attributes 0 : { *(.ARM.attributes) }
|
| /arch/x86/kvm/vmx/ |
| A D | sgx.c | 148 u64 attributes, xfrm, size; in __handle_encls_ecreate() local 161 attributes = contents->attributes; in __handle_encls_ecreate() 167 (attributes & SGX_ATTR_PROVISIONKEY)) { in __handle_encls_ecreate() 181 (u32)attributes & ~sgx_12_1->eax || in __handle_encls_ecreate() 182 (u32)(attributes >> 32) & ~sgx_12_1->ebx || in __handle_encls_ecreate() 192 max_size_log2 = (attributes & SGX_ATTR_MODE64BIT) ? sgx_12_0->edx >> 8 : in __handle_encls_ecreate()
|
| A D | tdx_arch.h | 90 u64 attributes; member
|
| A D | tdx.h | 31 u64 attributes; member
|
| /arch/x86/hyperv/ |
| A D | hv_vtl.c | 172 input->vp_context.cs.attributes = 0xa09b; in hv_vtl_bringup_vcpu() 177 input->vp_context.ss.attributes = 0xc093; in hv_vtl_bringup_vcpu() 183 input->vp_context.ldtr.attributes = 0x82; in hv_vtl_bringup_vcpu() 189 input->vp_context.tr.attributes = 0x8b; in hv_vtl_bringup_vcpu()
|
| /arch/riscv/kernel/ |
| A D | vmlinux.lds.S | 174 .riscv.attributes 0 : { *(.riscv.attributes) }
|
| /arch/arm64/include/asm/ |
| A D | pvclock-abi.h | 11 __le32 attributes; member
|
| /arch/s390/kernel/vdso32/ |
| A D | vdso32.lds.S | 98 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
|
| /arch/s390/kernel/vdso64/ |
| A D | vdso64.lds.S | 103 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
|
| /arch/arm/include/asm/ |
| A D | vmlinux.lds.h | 87 .ARM.attributes 0 : { *(.ARM.attributes) }
|
| /arch/x86/include/asm/ |
| A D | sgx.h | 176 u64 attributes; member 372 u64 attributes; member
|
| /arch/loongarch/vdso/ |
| A D | vdso.lds.S | 46 *(.gnu.attributes)
|
| /arch/arm64/kernel/vdso/ |
| A D | vdso.lds.S | 41 *(.ARM.attributes)
|
| /arch/mips/vdso/ |
| A D | vdso.lds.S | 65 *(.gnu.attributes)
|
| /arch/x86/kernel/cpu/sgx/ |
| A D | ioctl.c | 114 if (secs->attributes & SGX_ATTR_DEBUG) in sgx_encl_create() 121 encl->attributes = secs->attributes; in sgx_encl_create() 479 if (encl->attributes & ~encl->attributes_mask) in sgx_encl_init() 490 if (sigstruct->body.attributes & sigstruct->body.attributes_mask & in sgx_encl_init()
|
| A D | encl.h | 60 unsigned long attributes; member
|
| /arch/arm64/kernel/ |
| A D | paravirt.c | 119 le32_to_cpu(kaddr->attributes) != 0) { in stolen_time_cpu_online()
|
| /arch/arm/boot/dts/marvell/ |
| A D | orion5x.dtsi | 4 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) argument
|
| A D | armada-370-xp.dtsi | 16 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) argument
|
| /arch/mips/kernel/ |
| A D | vmlinux.lds.S | 238 *(.gnu.attributes)
|
| /arch/loongarch/kernel/ |
| A D | vmlinux.lds.S | 173 *(.gnu.attributes)
|
| /arch/openrisc/kernel/ |
| A D | cacheinfo.c | 93 this_leaf->attributes = ((mfspr(SPR_DCCFGR) & SPR_DCCFGR_CWS) >> 8) ? in populate_cache_leaves()
|
| /arch/x86/kvm/ |
| A D | smm.h | 73 u16 attributes; member
|
Completed in 31 milliseconds
12