/openbmc/linux/drivers/acpi/ |
H A D | acpi_configfs.c | 66 static inline struct acpi_table_header *get_header(struct config_item *cfg) in get_header() function 79 struct acpi_table_header *h = get_header(cfg); in acpi_table_aml_read() 101 struct acpi_table_header *h = get_header(cfg); in acpi_table_signature_show() 111 struct acpi_table_header *h = get_header(cfg); in acpi_table_length_show() 121 struct acpi_table_header *h = get_header(cfg); in acpi_table_revision_show() 131 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_id_show() 141 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_table_id_show() 151 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_revision_show() 162 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_id_show() 173 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_revision_show()
|
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/ |
H A D | testcases.h | 90 struct _aarch64_ctx *get_header(struct _aarch64_ctx *head, uint32_t magic, 97 return get_header(head, 0, resv_sz, offset); in get_terminator()
|
H A D | ssve_za_regs.c | 73 regs = get_header(head, SVE_MAGIC, GET_BUF_RESV_SIZE(context), in do_one_sme_vl() 94 regs = get_header(head, ZA_MAGIC, GET_BUF_RESV_SIZE(context), in do_one_sme_vl()
|
H A D | zt_no_regs.c | 33 head = get_header(head, ZT_MAGIC, GET_BUF_RESV_SIZE(context), &offset); in zt_no_regs_run()
|
H A D | fake_sigreturn_missing_fpsimd.c | 30 head = get_header(head, FPSIMD_MAGIC, resv_sz, &offset); in fake_sigreturn_missing_fpsimd_run()
|
H A D | sme_vl.c | 41 head = get_header(head, ZA_MAGIC, resv_sz, &offset); in sme_vl()
|
H A D | sve_vl.c | 41 head = get_header(head, SVE_MAGIC, resv_sz, &offset); in sve_vl()
|
H A D | tpidr2_siginfo.c | 56 get_header(head, TPIDR2_MAGIC, td->live_sz, &offset); in tpidr2_present()
|
H A D | fake_sigreturn_sve_change_vl.c | 45 head = get_header(head, SVE_MAGIC, resv_sz, &offset); in fake_sigreturn_sve_change_vl()
|
H A D | fake_sigreturn_sme_change_vl.c | 45 head = get_header(head, ZA_MAGIC, resv_sz, &offset); in fake_sigreturn_ssve_change_vl()
|
H A D | zt_regs.c | 42 head = get_header(head, ZT_MAGIC, GET_BUF_RESV_SIZE(context), &offset); in zt_regs_run()
|
H A D | testcases.c | 9 struct _aarch64_ctx *get_header(struct _aarch64_ctx *head, uint32_t magic, in get_header() function 323 head = get_header(shead, EXTRA_MAGIC, resv_sz, &offs); in get_starting_head()
|
H A D | sve_regs.c | 64 head = get_header(head, SVE_MAGIC, GET_BUF_RESV_SIZE(context), in do_one_sve_vl()
|
H A D | za_no_regs.c | 57 head = get_header(head, ZA_MAGIC, GET_BUF_RESV_SIZE(context), &offset); in do_one_sme_vl()
|
H A D | ssve_regs.c | 66 head = get_header(head, SVE_MAGIC, GET_BUF_RESV_SIZE(context), in do_one_sme_vl()
|
H A D | za_regs.c | 66 head = get_header(head, ZA_MAGIC, GET_BUF_RESV_SIZE(context), &offset); in do_one_sme_vl()
|
/openbmc/linux/tools/testing/selftests/arm64/signal/ |
H A D | test_signals_utils.c | 186 head = get_header(head, EXTRA_MAGIC, td->live_sz, &offset); in handle_signal_copyctx()
|
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
H A D | client.py | 117 async def get_header(self, tag, default): member in AsyncClient
|