Home
last modified time | relevance | path

Searched refs:errata_id (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/include/asm/
H A Dalternative-macros.h9 .macro ALT_ENTRY oldptr newptr vendor_id errata_id new_len
14 .word \errata_id
17 .macro ALT_NEW_CONTENT vendor_id, errata_id, enable = 1, new_c : vararg
20 ALT_ENTRY 886b, 888f, \vendor_id, \errata_id, 889f - 888f
32 .macro __ALTERNATIVE_CFG old_c, new_c, vendor_id, errata_id, enable
36 ALT_NEW_CONTENT \vendor_id, \errata_id, \enable, \new_c
39 #define _ALTERNATIVE_CFG(old_c, new_c, vendor_id, errata_id, CONFIG_k) \ argument
47 #define ALT_ENTRY(oldptr, newptr, vendor_id, errata_id, newlen) \
52 ".word " errata_id "\n"
54 #define ALT_NEW_CONSTENT(vendor_id, errata_id, enable, new_c) \
[all …]
H A Dalternative.h27 unsigned int errata_id; /* The errata id */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/include/asm/
H A Dalternative-macros.h9 .macro ALT_ENTRY oldptr newptr vendor_id errata_id new_len
14 .word \errata_id
17 .macro ALT_NEW_CONTENT vendor_id, errata_id, enable = 1, new_c : vararg
20 ALT_ENTRY 886b, 888f, \vendor_id, \errata_id, 889f - 888f
32 .macro __ALTERNATIVE_CFG old_c, new_c, vendor_id, errata_id, enable
36 ALT_NEW_CONTENT \vendor_id, \errata_id, \enable, \new_c
39 #define _ALTERNATIVE_CFG(old_c, new_c, vendor_id, errata_id, CONFIG_k) \ argument
47 #define ALT_ENTRY(oldptr, newptr, vendor_id, errata_id, newlen) \
52 ".word " errata_id "\n"
54 #define ALT_NEW_CONSTENT(vendor_id, errata_id, enable, new_c) \
[all …]
H A Dalternative.h27 unsigned int errata_id; /* The errata id */ member
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/include/asm/
H A Dalternative-macros.h9 .macro ALT_ENTRY oldptr newptr vendor_id errata_id new_len
14 .word \errata_id
17 .macro ALT_NEW_CONTENT vendor_id, errata_id, enable = 1, new_c : vararg
20 ALT_ENTRY 886b, 888f, \vendor_id, \errata_id, 889f - 888f
32 .macro __ALTERNATIVE_CFG old_c, new_c, vendor_id, errata_id, enable
36 ALT_NEW_CONTENT \vendor_id, \errata_id, \enable, \new_c
39 #define _ALTERNATIVE_CFG(old_c, new_c, vendor_id, errata_id, CONFIG_k) \ argument
47 #define ALT_ENTRY(oldptr, newptr, vendor_id, errata_id, newlen) \
52 ".word " errata_id "\n"
54 #define ALT_NEW_CONSTENT(vendor_id, errata_id, enable, new_c) \
[all …]
H A Dalternative.h27 unsigned int errata_id; /* The errata id */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/errata/sifive/
H A Derrata.c93 if (alt->errata_id >= ERRATA_SIFIVE_NUMBER) { in sifive_errata_patch_func()
94 WARN(1, "This errata id:%d is not in kernel errata list", alt->errata_id); in sifive_errata_patch_func()
98 tmp = (1U << alt->errata_id); in sifive_errata_patch_func()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/errata/sifive/
H A Derrata.c93 if (alt->errata_id >= ERRATA_SIFIVE_NUMBER) { in sifive_errata_patch_func()
94 WARN(1, "This errata id:%d is not in kernel errata list", alt->errata_id); in sifive_errata_patch_func()
98 tmp = (1U << alt->errata_id); in sifive_errata_patch_func()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/errata/sifive/
H A Derrata.c93 if (alt->errata_id >= ERRATA_SIFIVE_NUMBER) { in sifive_errata_patch_func()
94 WARN(1, "This errata id:%d is not in kernel errata list", alt->errata_id); in sifive_errata_patch_func()
98 tmp = (1U << alt->errata_id); in sifive_errata_patch_func()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/theforeman/foreman/roles/content_views/tasks/
H A D_create_content_view.yml33 errata_id: "{{ item.errata_id | default(omit) }}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/theforeman/foreman/plugins/modules/
H A Dcontent_view_filter.py250 errata_id=dict(),