Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 42) sorted by relevance

12

/kvm-unit-tests/s390x/
H A Dsclp.c69 SCCBHeader *h = (SCCBHeader *)addr; in test_one_sccb() local
78 res = sclp_service_call_test(cmd, h); in test_one_sccb()
91 if (exp_rc && exp_rc != h->response_code) { in test_one_sccb()
93 addr, buf_len, cmd, h->response_code); in test_one_sccb()
211 SCCBHeader *h = (SCCBHeader *)pagebuf; in test_sccb_high() local
217 h->length = 8; in test_sccb_high()
233 a[len + i] = a[i] + (intptr_t)h; in test_sccb_high()
308 sccb->h.function_code = SCLP_FC_NORMAL_WRITE; in test_boundary()
312 sccb->h.length = len; in test_boundary()
332 sccb->h.function_code = SCLP_FC_NORMAL_WRITE; in test_toolong()
[all …]
H A Dfirq.c36 SCCBHeader *h; in test_wait_state_delivery() local
73 h = alloc_pages_flags(0, AREA_DMA31); in test_wait_state_delivery()
74 h->length = 4096; in test_wait_state_delivery()
75 ret = servc(SCLP_CMDW_READ_CPU_INFO, __pa(h)); in test_wait_state_delivery()
91 free_page(h); in test_wait_state_delivery()
/kvm-unit-tests/lib/libfdt/
H A DMakefile.libfdt8 LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h
/kvm-unit-tests/lib/
H A Dbitops.h33 #define GENMASK(h, l) \ argument
34 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
36 #define GENMASK_ULL(h, l) \ argument
37 (((~0ULL) << (l)) & (~0ULL >> (BITS_PER_LONG_LONG - 1 - (h))))
/kvm-unit-tests/lib/powerpc/asm/
H A Dstack.h5 #error Do not directly include <asm/stack.h>. Just use <stack.h>.
/kvm-unit-tests/lib/ppc64/asm/
H A Dstack.h5 #error Do not directly include <asm/stack.h>. Just use <stack.h>.
H A Dbitops.h5 #error only <bitops.h> can be included directly
/kvm-unit-tests/lib/x86/asm/
H A Dstack.h5 #error Do not directly include <asm/stack.h>. Just use <stack.h>.
H A Dbitops.h5 #error only <bitops.h> can be included directly
/kvm-unit-tests/lib/s390x/asm/
H A Dstack.h13 #error Do not directly include <asm/stack.h>. Just use <stack.h>.
H A Dbitops.h15 #error only <bitops.h> can be included directly
/kvm-unit-tests/lib/arm64/asm/
H A Dstack.h5 #error Do not directly include <asm/stack.h>. Just use <stack.h>.
/kvm-unit-tests/lib/arm/asm/
H A Dstack.h5 #error Do not directly include <asm/stack.h>. Just use <stack.h>.
H A Dgic-v3-its.h12 #error Do not directly include <asm/gic-v3-its.h>. Include <asm/gic.h>
H A Dgic-v2.h12 #error Do not directly include <asm/gic-v2.h>. Include <asm/gic.h>
H A Dgic-v3.h12 #error Do not directly include <asm/gic-v3.h>. Include <asm/gic.h>
/kvm-unit-tests/lib/s390x/
H A Dsclp.h150 SCCBHeader h; member
184 SCCBHeader h; member
194 SCCBHeader h; member
203 SCCBHeader h; member
211 SCCBHeader h; member
224 SCCBHeader h; member
243 SCCBHeader h; member
326 SCCBHeader h; member
335 SCCBHeader h; member
348 SCCBHeader h; member
H A Dcss_lib.c42 struct chsc_header *h = p; in check_response() local
44 if (h->code == CHSC_RSP_OK) in check_response()
47 if (h->code > CHSC_RSP_MAX) in check_response()
48 h->code = 0; in check_response()
50 report_abort("Response code %04x: %s", h->code, in check_response()
51 chsc_rsp_description[h->code]); in check_response()
57 struct chsc_header *h = p; in chsc() local
59 h->code = code; in chsc()
60 h->len = len; in chsc()
H A Dsclp.c101 memset(&ri->h, 0, sizeof(ri->h)); in sclp_read_scp_info()
102 ri->h.length = length; in sclp_read_scp_info()
107 if (ri->h.response_code == SCLP_RC_NORMAL_READ_COMPLETION) in sclp_read_scp_info()
109 if (ri->h.response_code != SCLP_RC_INVALID_SCLP_COMMAND) in sclp_read_scp_info()
H A Dsclp-console.c162 sccb->h.length = offsetof(WriteEventData, msg) + len; in sclp_print_ascii()
163 sccb->h.function_code = SCLP_FC_NORMAL_WRITE; in sclp_print_ascii()
199 sccb->h.length = len - offsetof(struct WriteEventData, h); in lm_print()
200 sccb->h.function_code = SCLP_FC_NORMAL_WRITE; in lm_print()
256 sccb->h.length = sizeof(WriteEventMask); in sclp_write_event_mask()
257 sccb->h.function_code = SCLP_FC_NORMAL_WRITE; in sclp_write_event_mask()
264 assert(sccb->h.response_code == SCLP_RC_NORMAL_COMPLETION); in sclp_write_event_mask()
/kvm-unit-tests/lib/riscv/asm/
H A Dstack.h6 #error Do not directly include <asm/stack.h>. Just use <stack.h>.
H A Dbitops.h6 #error only <bitops.h> can be included directly
/kvm-unit-tests/scripts/
H A Dgit.difforder18 lib/*.h
22 *.h
H A Dasm-offsets.mak40 $(1).h: $(1).s
45 $(foreach o,$(asm-offsets),$(eval $(call gen_asm_offsets_rules, $(o:.h=))))
50 $(RM) $(asm-offsets) $(asm-offsets:.h=.s) \
/kvm-unit-tests/lib/asm-generic/
H A Dpci.h3 #error need architecture specific asm/pci.h

12