Searched refs:query (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/platforms/pseries/ |
D | iommu.c | 932 struct ddw_query_response *query, in query_ddw() argument 971 query->windows_available = query_out[0]; in query_ddw() 972 query->largest_available_block = query_out[1]; in query_ddw() 973 query->page_size = query_out[2]; in query_ddw() 974 query->migration_capable = query_out[3]; in query_ddw() 977 query->windows_available = query_out[0]; in query_ddw() 978 query->largest_available_block = ((u64)query_out[1] << 32) | in query_ddw() 980 query->page_size = query_out[3]; in query_ddw() 981 query->migration_capable = query_out[4]; in query_ddw() 1106 struct ddw_query_response query; in enable_ddw() local [all …]
|
/arch/s390/hypfs/ |
D | hypfs_vm.c | 58 static int diag2fc(int size, char* query, void *addr) in diag2fc() argument 64 memcpy(parm_list.userid, query, NAME_LEN); in diag2fc() 89 static void *diag2fc_store(char *query, unsigned int *count, int offset) in diag2fc_store() argument 95 size = diag2fc(0, query, NULL); in diag2fc_store() 101 if (diag2fc(size, query, data + offset) == 0) in diag2fc_store()
|
/arch/s390/kvm/ |
D | kvm-s390.c | 345 static __always_inline void __insn32_query(unsigned int opcode, u8 *query) in __insn32_query() argument 353 : [query] "d" ((unsigned long)query), [opc] "i" (opcode) in __insn32_query()
|
/arch/arm64/boot/dts/qcom/ |
D | sc7180.dtsi | 1412 "ipa-clock-query",
|
D | sdm845.dtsi | 2160 "ipa-clock-query",
|
/arch/mips/ |
D | Kconfig | 1435 userland to query CPU capabilities, much like CPUID on x86. This
|
/arch/x86/ |
D | Kconfig | 665 and power. Drivers may query the availability of this device to
|